diff --git a/ts/congrats/CongratsPage.svelte b/ts/congrats/CongratsPage.svelte index 044786cd6..c6b218a68 100644 --- a/ts/congrats/CongratsPage.svelte +++ b/ts/congrats/CongratsPage.svelte @@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - -
-

{congrats}

+ + +
+

{congrats}

-

{nextLearnMsg}

+

{nextLearnMsg}

- {#if info.reviewRemaining} -

{today_reviews}

- {/if} - - {#if info.newRemaining} -

{today_new}

- {/if} - - {#if info.bridgeCommandsSupported} - {#if info.haveSchedBuried || info.haveUserBuried} -

- {@html buriedMsg} -

+ {#if info.reviewRemaining} +

{today_reviews}

{/if} - {#if !info.isFilteredDeck} -

- {@html customStudyMsg} -

+ {#if info.newRemaining} +

{today_new}

{/if} - {/if} - {#if info.deckDescription} -
- {@html info.deckDescription} -
- {/if} -
+ {#if info.bridgeCommandsSupported} + {#if info.haveSchedBuried || info.haveUserBuried} +

+ {@html buriedMsg} +

+ {/if} + + {#if !info.isFilteredDeck} +

+ {@html customStudyMsg} +

+ {/if} + {/if} + + {#if info.deckDescription} +
+ {@html info.deckDescription} +
+ {/if} +
+