Skip to content

Commit

Permalink
🔍️ Remove ebook suffix in product name
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 20, 2024
1 parent cd23b82 commit d6e53eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ export default {
if (this.iscnWorkAuthorName) {
titleWithEdition += ` - ${this.iscnWorkAuthorName}`;
}
titleWithEdition += ` - ${this.$t('nft_details_page_title_book')}`;
meta.find(m => m.hid === 'og:title').content = titleWithEdition;
}
if (this.iscnData?.contentMetadata?.isbn) {
Expand Down

0 comments on commit d6e53eb

Please sign in to comment.