Skip to content

Commit

Permalink
fix: add margin for post copyright section
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Nov 30, 2023
1 parent 1e8136f commit 0866177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/post/PostCopyright.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const PostCopyright: FC = () => {
const { title, link, date } = data
return (
<section
className="text-sm leading-loose text-gray-600 dark:text-neutral-400"
className="mt-4 text-sm leading-loose text-gray-600 dark:text-neutral-400"
id="copyright"
>
<p>文章标题:{title}</p>
Expand Down

1 comment on commit 0866177

@vercel
Copy link

@vercel vercel bot commented on 0866177 Nov 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
shiro-git-main-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.