Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
add: to external link
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Oct 11, 2021
1 parent 388f526 commit ecdfc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Tooltip v-show="isShowingTooltip" :text="$props.clickAddressNotice" view-type="options" />
</div>
<div class="col-span-full md:col-span-1 md:row-start-3 md:col-start-3" v-if="website">
<LinkButton>
<LinkButton @click="toExternalLink">
<span>{{ website }}</span>
</LinkButton>
</div>
Expand Down

0 comments on commit ecdfc2e

Please sign in to comment.