diff --git a/src/pages/ProfilePage.tsx b/src/pages/ProfilePage.tsx index 6b1faaf..808f33a 100644 --- a/src/pages/ProfilePage.tsx +++ b/src/pages/ProfilePage.tsx @@ -209,10 +209,10 @@ export default function ProfilePage() { - {/* Blog Posts Section */} + {/* Articles Section */}
-

Blog Posts

+

Articles

{posts && posts.length > 0 && ( {posts.length} {posts.length === 1 ? 'post' : 'posts'}