This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/settings/sites: improve "live at" look

author
eti
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit 910bb8bd parent 20ec667b change-id uynxmnuo
+4 -4
+4 -4
web/src/routes/[handle]/[repo]/settings/sites/+page.svelte
··· 61 61 </p> 62 62 63 63 {#if deployed} 64 - <ButtonGroup class="w-fit"> 65 - <Button icon={Check}>Live at {domain}</Button> 64 + <div class="flex gap-2"> 65 + <Tag color="success" icon={Check}>Live at {domain}</Tag> 66 66 <Button icon={ExternalLink}>Open</Button> 67 - </ButtonGroup> 67 + </div> 68 68 {/if} 69 69 </div> 70 70 ··· 136 136 <Tag color="gray" size="sm" icon={Settings2}>{deploy.reason}</Tag> 137 137 </span> 138 138 {/snippet} 139 - <span class="typography-paragraph-regular text-foreground-muted">{deploy.when}</span> 139 + <span class="typography-paragraph-regular text-foreground-subtle">{deploy.when}</span> 140 140 </SettingsRow> 141 141 {/each} 142 142 {/if}