Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Oct 4, 2024
1 parent 52ffbaf commit 1416802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/profile/PunkProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<p class="me-4" v-if="uAddress">
<i class="bi bi-box-arrow-up-right me-2"></i>
<a
:href="`${config.blockExplorerBaseUrl}/token/${config.punkTldAddress}?tab=inventory&holder_address_hash=${uAddress}`"
:href="`${$config.blockExplorerBaseUrl}/token/${config.punkTldAddress}?tab=inventory&holder_address_hash=${uAddress}`"
target="_blank"
class="body-color hover-color"
style="text-decoration: none;"
Expand Down

0 comments on commit 1416802

Please sign in to comment.