Skip to content

Commit

Permalink
feat: add animate-bounce for bilibili logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 27, 2023
1 parent 3ddbaef commit 5941835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Header() {
return (
<div className="flex items-center justify-between px-3 sm:px-3">
<a className="flex items-center space-x-3" href="https://b.jimmylv.cn">
<Image src="/video.png" alt="logo" width={50} height={50} />
<Image src="/video.png" alt="logo" className="animate-bounce" width={50} height={50} />
<h2 className={clsx("text-lg sm:text-3xl", poppins.className)}>
<span className="text-pink-400 ">哔哩哔哩</span> BiliGPT
</h2>
Expand Down

1 comment on commit 5941835

@vercel
Copy link

@vercel vercel bot commented on 5941835 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.