mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
🎨 Update styles for downloadSvg and fix github icon name
This commit is contained in:
parent
43de2bb7bf
commit
407762d3a7
@ -26,7 +26,7 @@
|
||||
let mainDownloadStyles =
|
||||
'flex items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40';
|
||||
let cardDownloadStyles =
|
||||
'flex w-full flex-col p-4 rounded-md shadow-sm dark:bg-neutral-800/20 bg-neutral-200/10 border border-neutral-200 dark:border-neutral-800 space-y-2';
|
||||
'flex w-full h-full flex-col p-4 rounded-md shadow-sm dark:bg-neutral-800/20 bg-neutral-200/10 border border-neutral-200 dark:border-neutral-800 space-y-2';
|
||||
|
||||
// Functions:
|
||||
const downloadSvg = (url?: string) => {
|
||||
|
@ -112,7 +112,7 @@
|
||||
href="https://svgl.app/git"
|
||||
target="_blank"
|
||||
class="flex items-center space-x-1 opacity-80 hover:opacity-100 transition-opacity"
|
||||
title="Twitter"
|
||||
title="GitHub"
|
||||
>
|
||||
<GithubIcon iconSize={19} />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user