Skip to content

Commit

Permalink
chore: product key tweak (#84)
Browse files Browse the repository at this point in the history
chore: product key tweak
  • Loading branch information
jrasm91 authored Jan 3, 2025
1 parent 3b9945c commit 0831063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/LicenseKey.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</Stack>
</CardBody>
<CardFooter>
<div class="w-full grid grid-cols-2 gap-2">
<div class="w-full grid grid-cols-1 md:grid-cols-2 gap-2">
<Button href={getRedirectUrl(productKey, 'https://my.immich.app')} fullWidth size="medium">Activate</Button>
<div class="flex justify-center items-center">
{#if clipboardStatus === 'error'}
Expand All @@ -54,7 +54,7 @@
disabled={clipboardStatus === 'success'}
>
{#if clipboardStatus === 'success'}
<Icon icon={mdiCheckCircleOutline} />
<Icon icon={mdiCheckCircleOutline} size="1.5em" />
Copied to clipboard!
{:else}
Copy
Expand Down

0 comments on commit 0831063

Please sign in to comment.