We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d76fd commit dc3a8afCopy full SHA for dc3a8af
src/pages/HomePage.js
@@ -18,7 +18,7 @@ const HomePage = () => {
18
<div className="mx-auto max-w-7xl px-6 lg:px-8">
19
<div className="mx-auto max-w-2xl text-center">
20
<h1 className="text-4xl font-semibold tracking-tight text-white sm:text-6xl">
21
- Welcome to My Awesome Blog
+ Welcome to fez<span className="text-primary-400">codex</span>
22
</h1>
23
<p className="mt-6 text-lg leading-8 text-gray-300">
24
Exploring the world of code, one post at a time.
0 commit comments