File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const PostItem = ({
111111 </ span >
112112 ) }
113113 < h2
114- className = { `text-xl font-semibold text-white ${ postTitleHoverColorClass } group-hover:underline transition-colors` }
114+ className = { `text-lg font-mono text-white ${ postTitleHoverColorClass } group-hover:underline transition-colors` }
115115 >
116116 { title }
117117 </ h2 >
Original file line number Diff line number Diff line change @@ -185,8 +185,7 @@ const HomePage = () => {
185185
186186 < div className = "mt-8" >
187187 < h2 className = "text-2xl tracking-tight text-white text-center flex items-center justify-center gap-2 font-arvo" >
188- < BookBookmarkIcon className = "text-primary-400 text-lg" /> Recent
189- Blog Posts
188+ < BookBookmarkIcon className = "text-primary-400 text-lg" /> Recent Blog Posts
190189 </ h2 >
191190 < div className = "mt-8" >
192191 { posts
You can’t perform that action at this time.
0 commit comments