fix logo in sidebar
This commit is contained in:
@@ -24,6 +24,7 @@ import {
|
|||||||
import { UpdateButton } from "@/components/layout/update-button";
|
import { UpdateButton } from "@/components/layout/update-button";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { SheetClose } from '@/components/ui/sheet';
|
import { SheetClose } from '@/components/ui/sheet';
|
||||||
|
import logo from "@/assets/image/logo.png"
|
||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ title: 'Home', url: '/home', icon: Home },
|
{ title: 'Home', url: '/home', icon: Home },
|
||||||
@@ -48,7 +49,7 @@ export function AppSidebar() {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="./assets/image/logo.png"
|
src={logo}
|
||||||
alt="logo"
|
alt="logo"
|
||||||
className="h-6 w-6 flex-shrink-0"
|
className="h-6 w-6 flex-shrink-0"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user