diff --git a/src/images/logo.png b/src/images/logo.png new file mode 100644 index 0000000..cdf83a3 Binary files /dev/null and b/src/images/logo.png differ diff --git a/src/partials/Sidebar.jsx b/src/partials/Sidebar.jsx index 0c2453e..70a1b54 100644 --- a/src/partials/Sidebar.jsx +++ b/src/partials/Sidebar.jsx @@ -1,5 +1,6 @@ import React, { useState, useEffect, useRef } from 'react'; import { NavLink, useLocation } from 'react-router-dom'; +import Logo from '../images/logo.png'; import SidebarLinkGroup from './SidebarLinkGroup'; @@ -82,28 +83,7 @@ function Sidebar({ {/* Logo */} - - - - - - - - - - - - - - - - + logo