Skip to content

Commit 59f1330

Browse files
committed
Use Eyebrow in Blog Section
1 parent 64bec9f commit 59f1330

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/(main)/resources/blog-section.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import PlayIcon from "@/app/conf/_design-system/pixelarticons/play.svg?svgr"
88
import { BlogCategoryLinks } from "./blog-category-links"
99
import { BlogPostListItem } from "./blog-post-list-item"
1010
import { blogCategories } from "@/components/blog-page/blog-categories"
11+
import { Eyebrow } from "@/_design-system/eyebrow"
1112

1213
interface BlogFrontMatter {
1314
title: string
@@ -70,12 +71,7 @@ export async function BlogSection() {
7071
return (
7172
<section className="gql-section max-sm:px-0 xl:pb-24" id="blog">
7273
<header className="flex flex-col gap-6 max-sm:px-4">
73-
<div className="flex items-center gap-1">
74-
<PlayIcon className="size-4 text-pri-base" />
75-
<span className="font-mono text-sm uppercase text-pri-base">
76-
Blog
77-
</span>
78-
</div>
74+
<Eyebrow>Blog</Eyebrow>
7975
<h2 className="typography-h2">The GraphQL Blog</h2>
8076
</header>
8177

0 commit comments

Comments
 (0)