Resources Seite für Desktop-client

This commit is contained in:
PxlLoewe
2025-06-27 23:39:28 -07:00
parent ec22cdb987
commit 1a1fab3f58
7 changed files with 131 additions and 49 deletions

View File

@@ -5,6 +5,7 @@ import {
LockClosedIcon,
RocketIcon,
ReaderIcon,
DownloadIcon,
} from "@radix-ui/react-icons";
import Link from "next/link";
import { WarningAlert } from "./ui/PageAlert";
@@ -42,6 +43,12 @@ export const VerticalNav = async () => {
Einstellungen
</Link>
</li>
<li>
<Link href="/resources">
<DownloadIcon />
Downloads
</Link>
</li>
{viewAdminMenu && (
<li>
<details open>