File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import PlayIcon from "@/app/conf/_design-system/pixelarticons/play.svg?svgr"
88import { BlogCategoryLinks } from "./blog-category-links"
99import { BlogPostListItem } from "./blog-post-list-item"
1010import { blogCategories } from "@/components/blog-page/blog-categories"
11+ import { Eyebrow } from "@/_design-system/eyebrow"
1112
1213interface 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
You can’t perform that action at this time.
0 commit comments