Skip to content

Commit

Permalink
update wellfound url
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk committed Mar 23, 2024
1 parent 6c01427 commit 3c3d823
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@
<li v-for="menu in item.menu">
<NuxtLink
:to="
menu.href.includes('https') ||
menu.href.includes('mailto')
menu.href.includes('https') || menu.href.includes('mailto')
? menu.href
: localePath(menu.href)
"
:target="menu.href.includes('https') ? '_blank' : '_self'"
class="inline-flex items-center"
>
{{ menu.label }}
<ArrowTopRightOnSquareIcon
class="w-4 h-4 ml-1"
v-if="menu.href.includes('https')"
/>
<ArrowTopRightOnSquareIcon class="w-4 h-4 ml-1" v-if="menu.href.includes('https')" />
</NuxtLink>
</li>
</ul>
Expand Down Expand Up @@ -69,7 +65,7 @@ const navigation = [
},
{
label: "Jobs",
href: "https://angel.co/company/astar-network",
href: "https://wellfound.com/company/startale-labs",
},
{
label: "Privacy Policy",
Expand Down

0 comments on commit 3c3d823

Please sign in to comment.