We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8893af commit b79fcc5Copy full SHA for b79fcc5
1 file changed
src/app/(marketing)/_components/header.tsx
@@ -27,7 +27,9 @@ export const Header = () => {
27
<div className="container mx-auto flex h-16 max-w-5xl items-center justify-between px-4 md:px-6 lg:px-8">
28
<Link href="/" className="flex items-center justify-center gap-2">
29
<Image src="/logo.svg" className="dark:invert" alt="Clothify" height={96} width={96} />
30
- <span className="rounded-full bg-blue-500 px-2 py-0.5 text-sm font-bold">Beta</span>
+ <span className="rounded-full bg-blue-500 px-2 py-0.5 text-sm font-semibold text-white">
31
+ Beta
32
+ </span>
33
</Link>
34
35
<div className="flex items-center gap-4">
0 commit comments