diff --git a/package.json b/package.json index a114ff8..c574069 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "wrangler": "^3.94.0" }, "lint-staged": { - "src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ./src"] + "src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ."] } } diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 5d2e893..e86d0a9 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -37,7 +37,7 @@ const { >
<motion.span client:load {...getHeroTitleAnimation()}> {hero.title[0]}