From c8e0dfbdc0a0c1a249170abb8b8a2b061405fb7a Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 5 Oct 2025 19:56:14 +0200 Subject: [PATCH] Rename "Blog Posts" section to "Articles" in ProfilePage --- src/pages/ProfilePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'}