Resources Seite für Desktop-client
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user