fix: removed the 'home' header from the home page title
This commit is contained in:
parent
1919caeba8
commit
36509ccb87
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const animation =
|
|||
"animate-in fade-in duration-1000 ease-[cubic-bezier(0.36, 1, 0.36, 1)] fill-mode-backwards";
|
||||
---
|
||||
|
||||
<BaseLayout title="home">
|
||||
<BaseLayout>
|
||||
<CenterLayout>
|
||||
<div class="my-auto flex flex-col items-center gap-8 px-4 py-8">
|
||||
<div class=`${animation} slide-in-from-top-14 h-32 w-32`>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue