test
This commit is contained in:
@@ -27,14 +27,7 @@ if (!isset($navAnchors) || !is_array($navAnchors)) {
|
||||
<!-- Navigation -->
|
||||
<div class="flex items-center gap-6">
|
||||
|
||||
<nav class="hidden md:flex items-center gap-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]">
|
||||
<?php foreach ($navAnchors as $item): ?>
|
||||
<a href="<?= htmlspecialchars($item['href']) ?>"
|
||||
class="hover:text-brand-primary transition-colors"
|
||||
data-i18n="<?= htmlspecialchars($item['key']) ?>">
|
||||
</a>
|
||||
<?php endforeach; ?>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="relative">
|
||||
<button id="langCurrent"
|
||||
|
||||
Reference in New Issue
Block a user