Nav: Contacts becomes Devlog (link to shanaty.ru/devlog/)
Deploy to GitHub Pages / build (push) Failing after 5m45s
Deploy to GitHub Pages / deploy (push) Skipped

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XtcZtnG4GQA1d6mW5PNrS9
This commit is contained in:
Emil
2026-09-21 00:45:16 +03:00
co-authored by Claude Sonnet 5
parent 04c1cc5877
commit 364ef97047
+1 -1
View File
@@ -23,7 +23,7 @@ export default function TopBar({ showProjects }: Readonly<{ showProjects: boolea
<a href={`${SITE}/resume/`} aria-current="page"><Bi ru="Резюме" en="Resume" /></a>
<a href={`${SITE}/portfolio/`}><Bi ru="Портфолио" en="Portfolio" /></a>
<a href="https://git.shanaty.ru/Emil_Shanaty">Gitea</a>
<a href="#contact"><Bi ru="Контакты" en="Contact" /></a>
<a href={`${SITE}/devlog/`}><Bi ru="Девлог" en="Devlog" /></a>
</nav>
<LangSwitch />
<ThemeToggle />