fix(hero): remove trailing period from hero description

This commit is contained in:
taroj1205 2025-05-19 21:26:02 +12:00
parent b54a62893a
commit 9f7072baf5
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -55,7 +55,7 @@ const {
</Title>
<motion.span client:load {...getHeroTitleAnimation()}>
<Description class="px-12 text-center lg:px-0">
{hero.description[0]}.
{hero.description[0]}
<br class="hidden sm:inline" />
{hero.description[1]}</Description
>