From 62446b3e4f95ddf98ef280f9b44dfeada9b903cd Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 Mar 2026 11:31:27 -0600 Subject: [PATCH] Add bottom border to pinned posts section to separate from regular feed --- src/pages/ProfilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ProfilePage.tsx b/src/pages/ProfilePage.tsx index 4ec00138..827fecc8 100644 --- a/src/pages/ProfilePage.tsx +++ b/src/pages/ProfilePage.tsx @@ -1533,7 +1533,7 @@ export function ProfilePage() { {/* Pinned posts (only on Posts tab) */} {activeTab === 'posts' && pinnedIds.length > 0 && ( -
+
{pinnedEventsLoading ? ( pinnedIds.map((id) => (