We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97df0 commit 6242cc5Copy full SHA for 6242cc5
src/components/SideBar/Roles/admin.tsx
@@ -297,7 +297,7 @@ const AdminDashboard = () => {
297
<div className="hover:bg-gray-900 rounded-md my-[1vh] py-[1vh] px-[1vw] cursor-pointer">
298
<div className="flex justify-start gap-[1vw]">
299
<div className="w-[2vw]">
300
- <img width="20" height="20" src="/images/dashboard.png" alt="dashboard"/>
+ <img width="20" height="20" src="/portal/images/dashboard.png" alt="dashboard"/>
301
</div>
302
<motion.div
303
initial={{ opacity: 1 }}
0 commit comments