Исправление ссылок навбара #11

Merged
rndtrash merged 4 commits from feature/9-blog-nav-links into master 2026-04-11 21:39:09 +03:00
Showing only changes of commit ee3be629a0 - Show all commits

View file

@ -15,7 +15,11 @@
class="flex shrink-0 flex-row gap-2 bg-slate-100 not-landscape:justify-around not-landscape:overflow-x-auto not-landscape:sm:px-2 landscape:flex-col landscape:overflow-y-auto landscape:sm:py-2" class="flex shrink-0 flex-row gap-2 bg-slate-100 not-landscape:justify-around not-landscape:overflow-x-auto not-landscape:sm:px-2 landscape:flex-col landscape:overflow-y-auto landscape:sm:py-2"
> >
{#each routes as route (route.href)} {#each routes as route (route.href)}
<a class="nav-button {isActive(route.href) ? 'active' : ''}" href={route.href}> <a
class="nav-button {isActive(route.href) ? 'active' : ''}"
href={route.href}
target="_self"
>
<div class="p-1"> <div class="p-1">
<HoverIcon <HoverIcon
src={route.icon} src={route.icon}