Skip to content

Commit c057cbd

Browse files
committed
improve map card (less pushy)
1 parent 1a7fee6 commit c057cbd

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

app/views/guilds/index.html.erb

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@
2020
</div>
2121

2222
<div class="my-8 bg-bp-darker/50 p-6 rounded-none border-2 border-bp-darker">
23-
<div class="flex items-center justify-between mb-4">
24-
<div class="flex items-center gap-3">
25-
<span class="relative flex h-4 w-4">
26-
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-bp-warning opacity-75"></span>
27-
<span class="relative inline-flex rounded-full h-4 w-4 bg-bp-warning"></span>
28-
</span>
29-
<span class="text-lg font-semibold text-bp-warning">Live - Guilds are forming now!</span>
30-
</div>
23+
<div class="flex items-center gap-3 mb-4">
24+
<span class="relative flex h-4 w-4">
25+
<span class="absolute inline-flex h-full w-full rounded-full bg-bp-warning opacity-75" style="animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;"></span>
26+
<span class="relative inline-flex rounded-full h-4 w-4 bg-bp-warning"></span>
27+
</span>
3128
<span class="text-lg font-semibold text-bp-warning tabular-nums" id="event-countdown"></span>
3229
</div>
3330

@@ -40,7 +37,6 @@
4037
<div class="border-t border-white/10 pt-6 w-full">
4138
<p class="text-white/90 text-base leading-relaxed">Don't see your city on the map?</p>
4239
<p class="text-white/60 text-sm leading-relaxed mt-1">Sign up anyway - your signup helps others in your area find each other. Once enough interest builds up, an organizer will come along.</p>
43-
<a href="#signup-form" class="inline-block mt-3 text-base font-semibold text-bp-warning hover:underline">Sign up here</a>
4440
</div>
4541
</div>
4642

0 commit comments

Comments
 (0)