Skip to content

Commit

Permalink
chore: update linkedin link handling
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Jan 25, 2022
1 parent 605d0f5 commit 2802a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/Partner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</AppLink>
<AppLink
v-if="page.profile.linkedin"
:href="`https://www.linkedin.com/company/${page.profile.linkedin}`"
:href="`https://www.linkedin.com/${page.profile.linkedin}`"
aria-label="linkedin link"
>
<IconLinkedIn class="inline w-6 h-6" />
Expand Down

0 comments on commit 2802a2b

Please sign in to comment.