diff --git a/src/components/Nav.astro b/src/components/Nav.astro index e1e2c75..41f860a 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -1,6 +1,7 @@ --- import { Icon } from 'astro-icon/components'; import NavLink from './NavLink.astro'; +import "../styles/nav.css"; const nav = [ {title: "Úvod", link: "/"}, @@ -14,19 +15,12 @@ const nav = [