mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
⚙️ Update website icon.
This commit is contained in:
parent
c063b7995c
commit
ed2a0a36d6
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
// Icons:
|
// Icons:
|
||||||
import DownloadSimple from 'phosphor-svelte/lib/DownloadSimple';
|
import DownloadSimple from 'phosphor-svelte/lib/DownloadSimple';
|
||||||
import ArrowUpRight from 'phosphor-svelte/lib/ArrowUpRight';
|
|
||||||
import Copy from 'phosphor-svelte/lib/Copy';
|
import Copy from 'phosphor-svelte/lib/Copy';
|
||||||
|
import Link from 'phosphor-svelte/lib/Link';
|
||||||
|
|
||||||
// Props:
|
// Props:
|
||||||
export let svgInfo: iSVG;
|
export let svgInfo: iSVG;
|
||||||
@ -72,7 +72,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
class="flex items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40"
|
class="flex items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40"
|
||||||
>
|
>
|
||||||
<ArrowUpRight size={17} />
|
<Link size={17} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user