Skip to content

Commit ca6d9ca

Browse files
committed
merge conflict fixed
1 parent 195ed86 commit ca6d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/blog/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default function StaticMarkdownPage({
245245

246246
return (
247247
<section key={blogPost.slug}>
248-
<div className='h-[521px] flex border rounded-lg shadow-sm hover:shadow-xl transition-all duration-300 overflow-hidden dark:border-slate-500 group relative'>
248+
<div className='h-[520px] flex border rounded-lg shadow-sm hover:shadow-xl transition-all duration-300 overflow-hidden dark:border-slate-500 group relative'>
249249
<Link
250250
href={`/blog/posts/${blogPost.slug}`}
251251
className='inline-flex flex-col flex-1 w-full'

0 commit comments

Comments
 (0)