Skip to content

Commit

Permalink
fix: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 27, 2023
1 parent f39ca9f commit 814aebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Home: NextPage = () => {
return (
<div className="mx-auto flex min-h-screen max-w-5xl flex-col pt-8 sm:pt-10">
<Head>
<title>哔哩哔哩 · 视频字幕一键总结</title>
<title>哔哩哔哩 · 视频内容一键总结</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<Header />
Expand All @@ -116,7 +116,7 @@ export const Home: NextPage = () => {
<SquigglyLines />
<span className="relative text-pink-400 ">哔哩哔哩</span>
</span>{" "}
视频字幕 <br />
视频内容 <br />
<div className="mt-4">Powered by GPT-3 AI</div>
</h1>
<p className="mt-10 text-center text-lg text-gray-500 sm:text-2xl">
Expand Down

1 comment on commit 814aebc

@vercel
Copy link

@vercel vercel bot commented on 814aebc 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.