Skip to content

Commit

Permalink
Change website label
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 3, 2024
1 parent 61f0998 commit e95b22f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineComponent({
value: `${chainList[this.collection.chainId].name} (${this.collection.chainId})` || '',
},
{
key: 'External URL',
key: 'Website',
value: this.metadata.externalUrl
? `${new URL(this.metadata.externalUrl).pathname.substring(0, 25)}`
: '',
Expand Down

0 comments on commit e95b22f

Please sign in to comment.