🎨 Design improvements.

This commit is contained in:
pheralb
2023-07-07 10:08:56 +01:00
parent 3082244e9d
commit c1d8b7d531
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
const content = (await getSvgContent(url, false)) as string;
await navigator.clipboard.writeText(content);
}
toast.message('Copied to clipboard!', {
toast.success('Copied to clipboard!', {
description: `${svgInfo.title} - ${svgInfo.category}`
});
};