mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(footer): replace Title component with Description for footer title
This commit is contained in:
parent
6433a03060
commit
f95fcb1953
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const {
|
|||
class="w-full text-center lg:w-1/2 lg:text-left"
|
||||
aria-labelledby="footer-title"
|
||||
>
|
||||
<Title id="footer-title" class="!text-paper">{footer.title}</Title>
|
||||
<Description id="footer-title" class="!text-paper text-6xl font-bold">{footer.title}</Title>
|
||||
<Description class="mx-auto max-w-xl lg:mx-0">
|
||||
{footer.description}
|
||||
</Description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue