We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59eba99 commit a1f47d6Copy full SHA for a1f47d6
src/app/allposts/page.tsx
@@ -10,7 +10,7 @@ export default function BlogListing() {
10
<Container>
11
<div className="text-center mb-12 mt-12">
12
<h1 className="text-3xl md:text-4xl font-bold tracking-tighter leading-tight md:leading-none mb-2 md:mb-4">
13
- Featured Posts
+ All Posts
14
</h1>
15
<p className="text-lg md:text-xl text-gray-600 max-w-2xl mx-auto px-4 md:px-0">
16
Explore our latest insights, tutorials, and updates from the world of
0 commit comments