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 */}
|
{/* 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user