mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix(hero): remove trailing period from hero description
This commit is contained in:
parent
b54a62893a
commit
9f7072baf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue