diff --git a/src/components/Container.jsx b/src/components/Container.jsx index 7ada694..3011dab 100644 --- a/src/components/Container.jsx +++ b/src/components/Container.jsx @@ -3,7 +3,7 @@ import clsx from 'clsx' export function Container({ className, ...props }) { return (
) diff --git a/src/components/Logo.jsx b/src/components/Logo.jsx index 23ad913..ba2d5ab 100644 --- a/src/components/Logo.jsx +++ b/src/components/Logo.jsx @@ -38,7 +38,7 @@ const SvgIcon = (props) => ( export function Logo(props) { return ( -
+
);