set up Biome

This commit is contained in:
2025-10-28 17:17:41 -04:00
parent 5a5c72850d
commit a1ea385448
39 changed files with 2476 additions and 719 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
---
import BarsIcon from '../../assets/svg/bars.svg';
import CloseIcon from '../../assets/svg/xmark.svg';
import { navLinks } from '../../data/nav-links';
import BarsIcon from "../../assets/svg/bars.svg";
import CloseIcon from "../../assets/svg/xmark.svg";
import { navLinks } from "../../data/nav-links";
---
<!-- drawerOpened is defined in /src/layouts/Layout.astro -->
+3 -2
View File
@@ -1,6 +1,7 @@
---
import Nav from './Nav.astro';
import Drawer from './Drawer.astro';
import Drawer from "./Drawer.astro";
import Nav from "./Nav.astro";
---
<header>
+1 -3
View File
@@ -1,4 +1,5 @@
---
import { navLinks } from '../../data/nav-links';
const { pathname } = Astro.url;
@@ -43,9 +44,6 @@ const pathComponents = pathname.split('/').slice(1);
opacity: 1;
}
.selected {
}
.underline {
height: 2px;
width: 100%;