From be2266bf3a0b4c2e4274d3de6d7a1c28295fc4ac Mon Sep 17 00:00:00 2001 From: angel Date: Fri, 1 Aug 2025 17:29:43 +0000 Subject: [PATCH] Update .env.local with new commit SHA; comment out 'Browse' heading in LibraryPage for future reference --- .env.local | 2 +- app/library/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 2a11f58..b43af3d 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=1dfb86f +NEXT_PUBLIC_COMMIT_SHA=0c32c05 diff --git a/app/library/page.tsx b/app/library/page.tsx index 8b31ea1..802c054 100644 --- a/app/library/page.tsx +++ b/app/library/page.tsx @@ -161,7 +161,7 @@ export default function LibraryPage() { {/* Library Navigation - Always at top */}
-

Browse

+ {/*

Browse

*/}
{libraryLinks.map((link) => { const Icon = link.icon;