mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 11:33:29 +00:00
feat: enhance SVG handling by adding source fetching and copying functionality
This commit is contained in:
@@ -44,7 +44,14 @@ $: getLogoThemeColor = logo => getDefaultLogoColor(logo.colors, theme);
|
||||
}
|
||||
</script>
|
||||
|
||||
<Preview show={showModal} logo={selectedLogo} theme={theme} on:close={closeModal} />
|
||||
<Preview
|
||||
show={showModal}
|
||||
logo={selectedLogo}
|
||||
theme={theme}
|
||||
{onCopy}
|
||||
{onDownload}
|
||||
on:close={closeModal}
|
||||
/>
|
||||
|
||||
<div class="logo-grid">
|
||||
{#each logos as logo}
|
||||
|
||||
Reference in New Issue
Block a user