remove duplicate signup buttons from logged-out hero

This commit is contained in:
Vincent van der Wal
2026-07-22 12:54:54 +02:00
parent f42caad93b
commit 244359474d
+4 -22
View File
@@ -16,16 +16,10 @@
<p class="page-sub">What everyone on Streba has been up to.</p> <p class="page-sub">What everyone on Streba has been up to.</p>
{:else} {:else}
<div class="hero"> <div class="hero">
<div> <h1>The GPX analyser</h1>
<h1>The GPX analyser</h1> <p class="page-sub">
<p class="page-sub"> Upload your tracks, analyse every climb - and tick off Alpine peaks along the way.
Upload your tracks, analyse every climb - and tick off Alpine peaks along the way. </p>
</p>
</div>
<div class="hero-actions">
<a class="btn" href="/signup">Sign up</a>
<a class="btn ghost" href="/login">Sign in</a>
</div>
</div> </div>
{/if} {/if}
@@ -66,18 +60,6 @@
{/if} {/if}
<style> <style>
.hero {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1.5rem;
flex-wrap: wrap;
}
.hero-actions {
display: flex;
gap: 0.6rem;
padding-top: 0.35rem;
}
.kpis { .kpis {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));