Skip to content

Commit dc16025

Browse files
committed
refactor(page): remove leftover blog-post-item class
1 parent f045dee commit dc16025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Page/Page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function Page(props) {
142142
.map((post) => (
143143
<div
144144
key={post.url}
145-
className="blog-post-item mb-[3rem] pb-[2rem] border-b border-gray-100 last:border-b-0 [[data-theme='dark']_&]:border-gray-800"
145+
className="mb-[3rem] pb-[2rem] border-b border-gray-100 last:border-b-0 [[data-theme='dark']_&]:border-gray-800"
146146
>
147147
<h2 className="mt-0 mb-[0.5rem] text-[1.8rem] font-bold leading-[1.2]">
148148
<Link

0 commit comments

Comments
 (0)