feat: use svg logo to optimize page rendering
This commit is contained in:
parent
5af6e2ac5f
commit
799fdfa4e2
|
|
@ -24,7 +24,7 @@ export default async function HomeLayout({
|
|||
className="text-2xl font-extrabold flex items-center"
|
||||
>
|
||||
<div className="inline-block w-9 h-9 mr-3">
|
||||
<Logo type="lottie" width={36} height={36} autoplay={false} />
|
||||
<Logo type="svg" width={36} height={36} autoplay={false} />
|
||||
</div>
|
||||
xLog
|
||||
</UniLink>
|
||||
|
|
|
|||
Loading…
Reference in New Issue