diff --git a/app/components/Home/HomeHeader.tsx b/app/components/Home/HomeHeader.tsx index 3d870bb..41b589b 100644 --- a/app/components/Home/HomeHeader.tsx +++ b/app/components/Home/HomeHeader.tsx @@ -12,13 +12,13 @@ import { export function HomeHeader() { return (
-
+
    - diff --git a/app/components/Icons/Logo.tsx b/app/components/Icons/Logo.tsx index c922c8a..c2da566 100644 --- a/app/components/Icons/Logo.tsx +++ b/app/components/Icons/Logo.tsx @@ -2,7 +2,7 @@ import { Link } from "remix"; export function Logo({ className, - width = "196", + width = "100%", }: { className?: string; width?: string;