Skip to content

Commit 6a40ae6

Browse files
committed
refactor: Tag header
1 parent f0c67ab commit 6a40ae6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/templates/tag.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ const Tag = ({ data, location, pageContext }) => {
2121
<Layout>
2222
<div>
2323
<div className=" bg-bg-black py-8 text-white mx-auto">
24-
<h1 className="text-4xl md:text-5xl ml-4 font-semibold md:mx-auto max-w-3xl">
25-
<h1>{tag.name}</h1>
26-
</h1>
24+
<div className="prose ml-4 md:mx-auto max-w-3xl">
25+
<h3 className="prose-sm text-white font-light">Catergory</h3>
26+
<h1 className="prose-4xl text-white">{tag.name}</h1>
27+
</div>
2728
</div>
2829

2930
<div>

0 commit comments

Comments
 (0)