this repo has no description
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(explore): use 'on Atmosphere Explore' in project page and share titles

Made-with: Cursor

+2 -2
+1 -1
i18n/messages/en.tsx
··· 534 534 copyLink: "Copy link", 535 535 copied: "Link copied", 536 536 copyFailed: "Couldn't copy. Long-press the URL bar to copy it.", 537 - shareTitle: (name: string) => `${name} on Atmosphere Account`, 537 + shareTitle: (name: string) => `${name} on Atmosphere Explore`, 538 538 bannerAlt: (name: string) => `${name} project banner`, 539 539 }, 540 540 },
+1 -1
routes/explore/[handle].tsx
··· 102 102 */ 103 103 if (profile) { 104 104 const messages = getMessages(ctx.state.locale).explore; 105 - const pageTitle = `${profile.name} on Atmosphere Account`; 105 + const pageTitle = `${profile.name} on Atmosphere Explore`; 106 106 const pageDescription = profile.description || 107 107 messages.detail.missingProfile; 108 108 const ogImageUrl = profile.bannerCid