Skip to content

Commit

Permalink
Update home-page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Aug 30, 2024
1 parent 133ff7f commit 6872ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/home-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function HomePage() {
<div className="mx-4 md:mx-8 lg:mx-16">
<BlogFeed />
<h1 className="cursor-text pb-4 text-xl font-semibold dark:text-dark-primary sm:pb-0">
All Posts - prod
All Posts - dev
</h1>
<div className="flex flex-wrap">
{posts.length === 0
Expand Down

0 comments on commit 6872ac5

Please sign in to comment.