This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:51:37 +02:00
parent 023f3ca9e4
commit a13dad4d42
7 changed files with 74 additions and 81 deletions

View File

@@ -11,8 +11,8 @@ export default function SaveConfigComponent(props: any) {
}
}
return (
<Button leftIcon={<Download />} variant="outline" onClick={onClick}>
Download your config
</Button>
<Button leftIcon={<Download />} variant="outline" onClick={onClick}>
Download your config
</Button>
);
}