Skip to content

Commit

Permalink
fix: remove forced padding on the payment page
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Dec 3, 2023
1 parent fd17da1 commit 369cb98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@
</svelte:head>

{#if selectedLevel && $user && !hasActiveSubscription($user)}
<PaddedSection desktopOnly className="expand-70">
<PaddedSection desktopOnly>
<LevelSummary level={selectedLevel} />
</PaddedSection>
{/if}
<PaddedSection className="expand-70">
<PaddedSection>
{#if $user && selectedLevel && !hasActiveSubscription($user)}
<!-- Payment block - TODO: move into component -->
{#if error}
Expand Down

0 comments on commit 369cb98

Please sign in to comment.