Skip to content

Commit 1e64e76

Browse files
authored
Fix typo in blog description text
1 parent 236ca5d commit 1e64e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/blogs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Blogs() {
2424
Latest from our Blog
2525
</h1>
2626
<p className="text-xl text-gray-400 max-w-3xl mx-auto mb-8">
27-
Insights, updates, and deep dives into the world of document databases and open-source innovation
27+
Insights, updates, and deep dives into the world of document databases and open source innovation
2828
</p>
2929
<div className="w-32 h-1 bg-gradient-to-r from-blue-500 via-purple-500 to-green-500 mx-auto rounded-full"></div>
3030
</div>

0 commit comments

Comments
 (0)