Add brand information to logos and display in LogoModal component

This commit is contained in:
sHa
2025-04-30 16:17:17 +03:00
parent f3051bd3dd
commit c28037e1a7
3 changed files with 40 additions and 2 deletions

View File

@@ -91,6 +91,9 @@ $: getLogoThemeColor = logo => getDefaultLogoColor(logo.colors, theme);
{/each}
</div>
{/if}
{#if logo.brand}
<p><strong>Brand:</strong> <span>{logo.brand}</span></p>
{/if}
<p><strong>Format:</strong> <span>{logo.format}</span></p>
<p><strong>Path:</strong> {logo.path}</p>
{#if logo.tags && logo.tags.length}