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.
2 parents 0534734 + ad43f2e commit 204db4bCopy full SHA for 204db4b
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