We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a10a7 commit d86fefaCopy full SHA for d86fefa
1 file changed
apps/web/src/routes/index.tsx
@@ -229,10 +229,7 @@ function AnnouncementBanner() {
229
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"
230
aria-label="Visit Char v2"
231
>
232
- <span className="min-w-0">
233
- We're working on something else.{" "}
234
- <span className="whitespace-nowrap">Check it out</span>
235
- </span>
+ <span className="min-w-0">We're working on something cool</span>
236
<ArrowRight
237
size={16}
238
strokeWidth={2.2}
0 commit comments