Skip to content

Commit

Permalink
fix: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 5, 2023
1 parent 98f6aa7 commit c83106f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Header() {
</a>
<a href={BASE_DOMAIN}>
<h2 className={clsx("text-lg sm:text-3xl", poppins.className)}>
<span className="text-pink-400">哔哩哔哩</span> BiliGPT
<span className="text-pink-400">哔哩哔哩</span> BibiGPT
</h2>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const Home: NextPage = () => {
}
// todo: update the timestamp
navigator.clipboard.writeText(
formattedSummary + "\n\n via #BiliGPT b.jimmylv.cn @吕立青_JimmyLv"
formattedSummary + "\n\n via #BibiGPT b.jimmylv.cn @吕立青_JimmyLv"
);
toast({ description: "复制成功 ✂️" });
};
Expand Down Expand Up @@ -162,7 +162,7 @@ export const Home: NextPage = () => {
className="relative text-pink-400 "
/>
</span>{" "}
视频内容 <br />
音视频内容 <br />
<div className="mt-4">Powered by GPT-3.5 AI</div>
</h1>
<p className="mt-10 text-center text-lg text-gray-500 sm:text-2xl">
Expand Down

1 comment on commit c83106f

@vercel
Copy link

@vercel vercel bot commented on c83106f Mar 5, 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.