We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33f642 commit 292befcCopy full SHA for 292befc
frontend/src/routes/(app)/customize/templates/components/RegistryManager.svelte
@@ -77,7 +77,7 @@
77
<p class="text-muted-foreground mt-1 text-sm">{registry.description}</p>
78
{/if}
79
{#if registry.lastFetchError}
80
- <div class="mt-2 flex items-start gap-1.5 rounded-md border border-destructive/30 bg-destructive/10 px-2 py-1.5">
+ <div class="border-destructive/30 bg-destructive/10 mt-2 flex items-start gap-1.5 rounded-md border px-2 py-1.5">
81
<AlertTriangleIcon class="text-destructive mt-0.5 size-3.5 shrink-0" />
82
<p class="text-destructive text-xs break-all">{registry.lastFetchError}</p>
83
</div>
0 commit comments