Skip to content

Commit

Permalink
Design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 16, 2024
1 parent ad1a165 commit fd7a963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(admin)/account/(menu)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
initialValue: profile?.unsubscribed ? "Unsubscribed" : "Subscribed",
},
]}
editButtonTitle={profile?.unsubscribed ? "Re-Subscribe" : "Unsubscribe"}
editButtonTitle="Change Subscription"
editLink="/account/settings/change_email_subscription"
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<div class="card p-6 pb-7 mt-8 max-w-xl flex flex-col md:flex-row shadow">
{#if title}
<div class="text-xl font-bold mb-3 w-48 flex-none">{title}</div>
<div class="text-xl font-bold mb-3 w-48 md:pr-8 flex-none">{title}</div>
{/if}

<div class="w-full min-w-48">
Expand Down

0 comments on commit fd7a963

Please sign in to comment.