fix(hero): remove unnecessary exclamation mark from title font class

This commit is contained in:
taroj1205 2025-05-16 13:50:09 +12:00
parent aebea185d9
commit 817f29e581
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7
2 changed files with 2 additions and 2 deletions

View file

@ -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 ."]
}
}

View file

@ -37,7 +37,7 @@ const {
>
<div class="flex h-full flex-col items-center justify-center">
<Title
class="relative px-12 text-center !font-normal leading-8 md:text-7xl lg:px-0 lg:text-9xl"
class="relative px-12 text-center font-normal leading-8 md:text-7xl lg:px-0 lg:text-9xl"
>
<motion.span client:load {...getHeroTitleAnimation()}>
{hero.title[0]}