mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 14:38:12 +00:00
Replace EDR logo image with Train icon in FreightSidebar
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
|||||||
useMemo,
|
useMemo,
|
||||||
useState,
|
useState,
|
||||||
} from "react";
|
} from "react";
|
||||||
import { ChevronDown } from "lucide-react";
|
import { ChevronDown, Train } from "lucide-react";
|
||||||
import { Box, Stack, Text } from "@mantine/core";
|
import { Box, Stack, Text } from "@mantine/core";
|
||||||
|
|
||||||
import type { SidebarItem, SidebarSection } from "./types";
|
import type { SidebarItem, SidebarSection } from "./types";
|
||||||
@@ -226,10 +226,8 @@ const FreightSidebar = ({
|
|||||||
return (
|
return (
|
||||||
<Box component="aside" className="fsb-aside">
|
<Box component="aside" className="fsb-aside">
|
||||||
<div className="fsb-brand">
|
<div className="fsb-brand">
|
||||||
<div className="">
|
<div className="fsb-logo">
|
||||||
<img src="assets/edr-logo.png" alt="EDR Freight" className="h-7 w-auto brightness-0 invert sm:h-9" />
|
<Train size={23} color="white" strokeWidth={2.1} />
|
||||||
|
|
||||||
{/* <Train size={23} color="white" strokeWidth={2.1} /> */}
|
|
||||||
</div>
|
</div>
|
||||||
<Stack gap={1} style={{ minWidth: 0, position: "relative", zIndex: 1 }}>
|
<Stack gap={1} style={{ minWidth: 0, position: "relative", zIndex: 1 }}>
|
||||||
<Text
|
<Text
|
||||||
|
|||||||
Reference in New Issue
Block a user