Skip to content

Commit

Permalink
fix: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 26, 2023
1 parent a53fb98 commit f0f96cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const Home: NextPage = () => {
{summary && (
<div className="mb-10 px-4">
<h2 className="mx-auto mt-16 max-w-3xl border-t border-gray-600 pt-8 text-center text-3xl font-bold sm:text-5xl">
Summary
【总结】
</h2>
<div className="mx-auto mt-6 max-w-3xl text-lg leading-7">
{summary.split("- ").map((sentence, index) => (
Expand Down

1 comment on commit f0f96cb

@vercel
Copy link

@vercel vercel bot commented on f0f96cb Feb 26, 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.