Skip to content

Commit d86fefa

Browse files
chore(web): update announcement banner copy (#5294)
Change the homepage announcement banner to say the team is working on something cool.
1 parent 30a10a7 commit d86fefa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/web/src/routes/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,7 @@ function AnnouncementBanner() {
229229
className="border-color-subtle text-color group inline-flex max-w-full items-center justify-center gap-2 rounded-full border bg-white px-4 py-2 text-center text-sm font-medium shadow-sm transition-colors hover:bg-neutral-50 md:px-5"
230230
aria-label="Visit Char v2"
231231
>
232-
<span className="min-w-0">
233-
We're working on something else.{" "}
234-
<span className="whitespace-nowrap">Check it out</span>
235-
</span>
232+
<span className="min-w-0">We're working on something cool</span>
236233
<ArrowRight
237234
size={16}
238235
strokeWidth={2.2}

0 commit comments

Comments
 (0)