diff options
| author | Fuwn <[email protected]> | 2026-01-28 23:55:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-28 23:55:47 -0800 |
| commit | 079290f881e422b03e504da27f89d4e997e63a25 (patch) | |
| tree | 33f36945d6ec78f8ae5caa88c5527a2e21e54151 /src/routes | |
| parent | feat: Add hero for landing and welcome page (diff) | |
| download | due.moe-079290f881e422b03e504da27f89d4e997e63a25.tar.xz due.moe-079290f881e422b03e504da27f89d4e997e63a25.zip | |
feat(Landing): Update to match LandingHero
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+page.svelte | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a66d10c2..ca356724 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -36,11 +36,7 @@ {#if data.user === undefined} <LandingHero /> - <Spacer /> - - <div class="card">Please log in to view due media.</div> - - <Spacer /> + <Spacer size="lg" /> <Landing /> {:else} |