Skip to content

Commit

Permalink
fix: update the favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent e0f2c0c commit 915675f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Header() {
</a>
<a href="https://b.jimmylv.cn">
<h2 className={clsx("text-lg sm:text-3xl", poppins.className)}>
<span className="text-pink-400 ">哔哩哔哩</span> BiliGPT
<span className="text-pink-400">哔哩哔哩</span> BiliGPT
</h2>
</a>
</div>
Expand Down
1 change: 0 additions & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export const Home: NextPage = () => {
<div className="mx-auto flex min-h-screen max-w-5xl flex-col pt-8 sm:pt-10">
<Head>
<title>哔哩哔哩 · 视频内容一键总结</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<Header />
<main className="mx-auto mt-10 flex max-w-5xl flex-1 flex-col justify-center px-2 sm:mt-40">
Expand Down

1 comment on commit 915675f

@vercel
Copy link

@vercel vercel bot commented on 915675f Mar 2, 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.