nobelium-author

This commit is contained in:
tangly1024
2022-12-24 19:13:32 +08:00
parent ef4daf4cf6
commit c21b49616f

View File

@@ -25,7 +25,7 @@ export const Footer = (props) => {
<div className="my-4 text-sm leading-6">
<div className="flex align-baseline justify-between flex-wrap">
<p>
© {BLOG.author} {copyrightDate}
© {BLOG.AUTHOR} {copyrightDate}
</p>
<Vercel />
</div>