fix(frontend): corrected the img location as it was point at the based not the basepath of the url

This commit is contained in:
2025-09-25 12:27:38 -05:00
parent 202f5af3ed
commit 1084e9ab65

View File

@@ -15,16 +15,16 @@ export function Header() {
<SidebarMenuButton size="lg" asChild> <SidebarMenuButton size="lg" asChild>
<div className="flex flex-row"> <div className="flex flex-row">
<img <img
src={"imgs/dkLst.png"} src={"/lst/app/imgs/dkLst.png"}
alt="Description" alt="Description"
className="size-8" className="size-8"
/> />
<div className="flex flex-col gap-0.5 leading-none"> <div className="flex flex-col gap-0.5 leading-none">
<span className="font-semibold"> <span className="font-semibold">
Logistics Support Tool Logistics Support Tool
</span> </span>
<span className="">v2.0.0</span>
<span className=""></span>
</div> </div>
</div> </div>
</SidebarMenuButton> </SidebarMenuButton>