Skip to content

Commit

Permalink
feat: use svg logo to optimize page rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jul 25, 2023
1 parent 5af6e2a commit 799fdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(home)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 799fdfa

Please sign in to comment.