Skip to content

Commit

Permalink
refactor: 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
khaykingleb committed Jan 3, 2025
1 parent b572c24 commit babd1bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/organisms/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const Carousel = ({ posts }: { posts: Tables<"posts">[] }) => {
{post.title}
</h2>
<p className="font-gill-sans mb-1 text-sm">
Published on{" "}
{new Date(post.created_at).toLocaleDateString("en-US", {
year: "numeric",
month: "long",
Expand Down

0 comments on commit babd1bd

Please sign in to comment.