mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-17 03:43:46 +03:00
🎉 Gitea Mirror: Added
This commit is contained in:
16
src/data/Sidebar.ts
Normal file
16
src/data/Sidebar.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import {
|
||||
LayoutDashboard,
|
||||
GitFork,
|
||||
Settings,
|
||||
Activity,
|
||||
Building2,
|
||||
} from "lucide-react";
|
||||
import type { SidebarItem } from "@/types/Sidebar";
|
||||
|
||||
export const links: SidebarItem[] = [
|
||||
{ href: "/", label: "Dashboard", icon: LayoutDashboard },
|
||||
{ href: "/repositories", label: "Repositories", icon: GitFork },
|
||||
{ href: "/organizations", label: "Organizations", icon: Building2 },
|
||||
{ href: "/config", label: "Configuration", icon: Settings },
|
||||
{ href: "/activity", label: "Activity Log", icon: Activity },
|
||||
];
|
||||
Reference in New Issue
Block a user