Skip to content

Commit

Permalink
failed lint were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Dec 4, 2024
1 parent cf997b4 commit 392baaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/blogs.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export default () => {
const posts: { title: string; desc: string; date: string; href: string }[] = [
/* {
/* const posts: { title: string; desc: string; date: string; href: string }[] = [
{
title: ,
desc: ,
date: "Wednesday, November 27th 2024",
href: "",
}, */
];
},
]; */

return (
<section className="mt-12 mb-[9%] mx-auto px-4 max-w-screen-lg md:px-8 leading-loose">
Expand Down

0 comments on commit 392baaa

Please sign in to comment.