diff --git a/lib/assets/icons/NameplateLogo.tsx b/lib/assets/icons/NameplateLogo.tsx index 1338a72..097c662 100644 --- a/lib/assets/icons/NameplateLogo.tsx +++ b/lib/assets/icons/NameplateLogo.tsx @@ -2,27 +2,85 @@ import { FC, SVGProps } from "react"; export const NameplateLogo: FC> = (props) => ( - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + ); diff --git a/src/widgets/shared/BannerIcon.tsx b/src/widgets/shared/BannerIcon.tsx index fd3b402..beac75b 100644 --- a/src/widgets/shared/BannerIcon.tsx +++ b/src/widgets/shared/BannerIcon.tsx @@ -1,25 +1,47 @@ import { Box } from "@mui/material"; - export default function BannerIcon() { - - return ( - - - - - - - - - ); + return ( + + + + + + + + + ); }