Skip to content

Commit

Permalink
💬 Update button & menu text
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored and williamchong committed Feb 20, 2025
1 parent 7afb13a commit 63617b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/SiteMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ const items = computed(() => [
target: '_blank'
},
{
label: 'Publishing Notice',
label: 'Listing Disclaimer',
icon: 'i-heroicons-shield-exclamation',
to: PUBLISHING_NOTICE_URL_EN,
target: '_blank'
},
{
label: '出版須知',
label: '上架須知和收費',
icon: 'i-heroicons-shield-exclamation',
to: PUBLISHING_NOTICE_URL_ZH,
target: '_blank'
Expand Down
4 changes: 2 additions & 2 deletions pages/mint-nft/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
variant: 'outline',
click: onClickHelpZh,
},{
label: 'Publishing Notice',
label: 'Listing Disclaimer',
color: 'green',
variant: 'outline',
click: onClickDisclaimerEn,
},{
label: '出版須知',
label: '上架須知和收費',
color: 'green',
variant: 'outline',
click: onClickDisclaimerZh,
Expand Down

0 comments on commit 63617b6

Please sign in to comment.