Skip to content

Commit 6242cc5

Browse files
image (#200)
1 parent 5f97df0 commit 6242cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/SideBar/Roles/admin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const AdminDashboard = () => {
297297
<div className="hover:bg-gray-900 rounded-md my-[1vh] py-[1vh] px-[1vw] cursor-pointer">
298298
<div className="flex justify-start gap-[1vw]">
299299
<div className="w-[2vw]">
300-
<img width="20" height="20" src="/images/dashboard.png" alt="dashboard"/>
300+
<img width="20" height="20" src="/portal/images/dashboard.png" alt="dashboard"/>
301301
</div>
302302
<motion.div
303303
initial={{ opacity: 1 }}

0 commit comments

Comments
 (0)