Spaces:
Running
Running
fix: web/components/nav.tsx
Browse files- web/components/nav.tsx +1 -1
web/components/nav.tsx
CHANGED
|
@@ -88,7 +88,7 @@ export function Nav() {
|
|
| 88 |
<Link href="/" className="flex items-center gap-2">
|
| 89 |
<ShieldCheck className="w-5 h-5 text-zinc-900" strokeWidth={2.2} />
|
| 90 |
<span className="font-semibold text-[15px] tracking-tight text-zinc-900">ClauseGuard</span>
|
| 91 |
-
<span className="hidden sm:inline text-[10px] font-medium text-zinc-400 ml-1 border border-zinc-200 px-1.5 py-0.5 rounded">v4.
|
| 92 |
</Link>
|
| 93 |
|
| 94 |
{/* Desktop Nav */}
|
|
|
|
| 88 |
<Link href="/" className="flex items-center gap-2">
|
| 89 |
<ShieldCheck className="w-5 h-5 text-zinc-900" strokeWidth={2.2} />
|
| 90 |
<span className="font-semibold text-[15px] tracking-tight text-zinc-900">ClauseGuard</span>
|
| 91 |
+
<span className="hidden sm:inline text-[10px] font-medium text-zinc-400 ml-1 border border-zinc-200 px-1.5 py-0.5 rounded">v4.3</span>
|
| 92 |
</Link>
|
| 93 |
|
| 94 |
{/* Desktop Nav */}
|