feat: use svg logo to optimize page rendering

This commit is contained in:
DIYgod 2023-07-25 23:35:12 +01:00
parent 5af6e2ac5f
commit 799fdfa4e2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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>