gaurv007 commited on
Commit
87c9600
·
verified ·
1 Parent(s): 063b349

fix: web/components/nav.tsx

Browse files
Files changed (1) hide show
  1. 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.0</span>
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 */}