remove duplicate signup buttons from logged-out hero
This commit is contained in:
@@ -16,17 +16,11 @@
|
||||
<p class="page-sub">What everyone on Streba has been up to.</p>
|
||||
{:else}
|
||||
<div class="hero">
|
||||
<div>
|
||||
<h1>The GPX analyser</h1>
|
||||
<p class="page-sub">
|
||||
Upload your tracks, analyse every climb - and tick off Alpine peaks along the way.
|
||||
</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>
|
||||
{/if}
|
||||
|
||||
<div class="kpis">
|
||||
@@ -66,18 +60,6 @@
|
||||
{/if}
|
||||
|
||||
<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 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user