Update .env.local with new commit SHA; comment out 'Browse' heading in LibraryPage for future reference
This commit is contained in:
@@ -1 +1 @@
|
||||
NEXT_PUBLIC_COMMIT_SHA=1dfb86f
|
||||
NEXT_PUBLIC_COMMIT_SHA=0c32c05
|
||||
|
||||
@@ -161,7 +161,7 @@ export default function LibraryPage() {
|
||||
|
||||
{/* Library Navigation - Always at top */}
|
||||
<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">
|
||||
{libraryLinks.map((link) => {
|
||||
const Icon = link.icon;
|
||||
|
||||
Reference in New Issue
Block a user