Update .env.local with new commit SHA; comment out 'Browse' heading in LibraryPage for future reference

This commit is contained in:
2025-08-01 17:29:43 +00:00
committed by GitHub
parent 0c32c056c6
commit be2266bf3a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
NEXT_PUBLIC_COMMIT_SHA=1dfb86f NEXT_PUBLIC_COMMIT_SHA=0c32c05

View File

@@ -161,7 +161,7 @@ export default function LibraryPage() {
{/* Library Navigation - Always at top */} {/* Library Navigation - Always at top */}
<div> <div>
<h2 className="text-lg font-semibold mb-3">Browse</h2> {/* <h2 className="text-lg font-semibold mb-3">Browse</h2> */}
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-2">
{libraryLinks.map((link) => { {libraryLinks.map((link) => {
const Icon = link.icon; const Icon = link.icon;