Skip to content

Commit

Permalink
chore: update outlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu committed May 29, 2021
1 parent c839e7f commit afdd5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/app/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<v-btn
depressed
target="_blank"
href="https://travellings.pages.dev"
href="https://travellings.link"
small
class="text-none mt-1"
>
Expand Down
4 changes: 2 additions & 2 deletions components/app/AppNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ export default Vue.extend({
{ link: { to: '/build' }, icon: mdiRocketLaunch, text: 'Build Info' },
{ link: { to: '/link' }, icon: mdiLink, text: 'Links' },
{
link: { href: 'https://dev2dev.pages.dev', target: '_blank' },
link: { href: 'https://dev2dev.zisu.dev', target: '_blank' },
icon: svgDev2Dev,
text: 'Dev2Dev'
},
{
link: { href: 'https://travellings.pages.dev', target: '_blank' },
link: { href: 'https://travellings.link', target: '_blank' },
icon: mdiTrainVariant,
text: 'Travelling'
}
Expand Down

1 comment on commit afdd5d8

@vercel
Copy link

@vercel vercel bot commented on afdd5d8 May 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.