diff --git a/src/components/svgInfo.tsx b/src/components/svgInfo.tsx
index d82cd62..e1eea96 100644
--- a/src/components/svgInfo.tsx
+++ b/src/components/svgInfo.tsx
@@ -58,28 +58,30 @@ const SVGInfo = (props: SVGCardProps) => {
{props.title}
-
+
}
onClick={() => copyToClipboard(props.slug)}
+ mb={{ base: "2", md: "0" }}
+ mr={{ base: "0", md: "3" }}
>
Copy to clipboard
}
variant="primary"
- mr="2"
onClick={() => downloadSvg(props.slug)}
+ mb={{ base: "2", md: "0" }}
+ mr={{ base: "0", md: "3" }}
>
Download .svg
- {props.title} website
+ {props.title} website
-
+
);
};
diff --git a/src/layout/header/index.tsx b/src/layout/header/index.tsx
index a5f34c2..e2af3bc 100644
--- a/src/layout/header/index.tsx
+++ b/src/layout/header/index.tsx
@@ -27,6 +27,7 @@ const Header = () => {
return (
<>
{
))}
: }
+ icon={
+ isOpen ? :
+ }
onClick={onToggle}
/>
@@ -83,18 +86,24 @@ const Header = () => {
+
+
+
-
-
-
+
+
+
+
+
>
);
};
diff --git a/src/layout/header/mobile.tsx b/src/layout/header/mobile.tsx
index 11d57e6..bd9f7c1 100644
--- a/src/layout/header/mobile.tsx
+++ b/src/layout/header/mobile.tsx
@@ -30,13 +30,14 @@ const Mobile = () => {
right={0}
display={mobileNav.isOpen ? "flex" : "none"}
flexDirection="column"
- p={2}
+ p={4}
pb={4}
- m={2}
bg={bg}
spacing={3}
rounded="sm"
shadow="sm"
+ borderWidth="1px"
+ zIndex={2}
>
{Links.map((link) => (
diff --git a/src/layout/index.tsx b/src/layout/index.tsx
index 42f8a15..5bfae45 100644
--- a/src/layout/index.tsx
+++ b/src/layout/index.tsx
@@ -8,7 +8,7 @@ const Index = ({ children }: LayoutProps) => {
return (
<>
- {children}
+ {children}
>
);
diff --git a/src/pages/category/[category].tsx b/src/pages/category/[category].tsx
index 0360129..82de182 100644
--- a/src/pages/category/[category].tsx
+++ b/src/pages/category/[category].tsx
@@ -25,9 +25,7 @@ export default function Category() {
-
- {router.query.category}
-
+ {router.query.category}