chore: first build

This commit is contained in:
2024-08-17 04:55:01 +07:00
parent 61a07068d5
commit e1d2274bfb
37 changed files with 537 additions and 59 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ import { Link, useLocation } from "react-router-dom";
import Button from "../ui/button";
import { themes } from "@/app/themes";
import appStore from "@/stores/app-store";
import garageLogo from "@/assets/garage-logo.svg";
const pages = [
{ icon: LayoutDashboard, title: "Dashboard", path: "/", exact: true },
@@ -26,7 +27,7 @@ const Sidebar = () => {
<aside className="bg-base-100 border-r border-base-300/30 w-[80%] md:w-[250px] flex flex-col items-stretch overflow-hidden h-full">
<div className="p-4">
<img
src="https://garagehq.deuxfleurs.fr/images/garage-logo.svg"
src={garageLogo}
alt="logo"
className="w-full max-w-[100px] mx-auto"
/>