NEVER TRUSTING AMP EVER AGAIN
This commit is contained in:
parent
621b8d3d1d
commit
c9965cd85e
1 changed files with 2 additions and 2 deletions
|
|
@ -119,12 +119,12 @@ export function Navigation() {
|
|||
</li>
|
||||
))}
|
||||
<li className="lang-switcher" role="group" aria-label={locale === "en" ? "Language" : "Idioma"}>
|
||||
<Link className={locale === "pt" ? "current" : ""} href="/pt">PT (Português)</Link>
|
||||
<Link className={locale === "pt" ? "current" : ""} href="/pt">PT</Link>
|
||||
<button
|
||||
className={`lang-switcher-btn ${locale === "en" ? "current" : ""}`}
|
||||
onClick={() => setShowConstructionModal(true)}
|
||||
>
|
||||
EN (English - em construção)
|
||||
EN
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue