Fix download button & improvements

This commit is contained in:
pheralb
2022-03-04 13:34:58 +00:00
parent ac2a81563b
commit b67dcc0be9
9 changed files with 80 additions and 59 deletions
+1 -2
View File
@@ -41,7 +41,7 @@ export default function Icon() {
const downloadSvg = (name, url) => {
confetti();
download(url, `${name}.svg`, "image/svg+xml");
download(url);
};
return (
@@ -100,7 +100,6 @@ export default function Icon() {
</Flex>
</Flex>
</SimpleGrid>
<Link href="/" passHref>
<Button
leftIcon={<IoArrowBackOutline />}