We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927e8a2 commit ad43f2eCopy full SHA for ad43f2e
components/Header.js
@@ -4,9 +4,9 @@ export default function Header({ name }) {
4
return (
5
<header className="pt-20 pb-12">
6
<div className="w-12 h-12 rounded-full block mx-auto mb-4 bg-gradient-conic from-gradient-3 to-gradient-4" />
7
- <p className="text-2xl dark:text-white">
+ <p className="text-2xl dark:text-white text-center">
8
<Link href="/">
9
- <a id="blog-name">{name}</a>
+ <a>{name}</a>
10
</Link>
11
</p>
12
</header>
0 commit comments