Skip to content

Commit 0a96f32

Browse files
committed
feat(navbar): replace hardcoded "Disponible" text with localized string
1 parent 4717aad commit 0a96f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const navLinks = [
187187
class="flex items-center gap-2 px-4 py-2 text-[12px] font-mono text-ink-200"
188188
>
189189
<span class="w-1.5 h-1.5 rounded-full bg-lime pulse-dot"></span>
190-
Disponible
190+
{t.nav.available}
191191
</span>
192192
</div>
193193
</header>

0 commit comments

Comments
 (0)