Skip to content

Commit e89590a

Browse files
committed
reworded map card and made status oping animation more subtle
1 parent c057cbd commit e89590a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/guilds/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="my-8 bg-bp-darker/50 p-6 rounded-none border-2 border-bp-darker">
2323
<div class="flex items-center gap-3 mb-4">
2424
<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>
25+
<span class="absolute inline-flex h-full w-full rounded-full bg-bp-warning opacity-75" style="animation: ping 2.5s cubic-bezier(0, 0, 0.2, 1) infinite;"></span>
2626
<span class="relative inline-flex rounded-full h-4 w-4 bg-bp-warning"></span>
2727
</span>
2828
<span class="text-lg font-semibold text-bp-warning tabular-nums" id="event-countdown"></span>
@@ -36,7 +36,7 @@
3636
</div>
3737
<div class="border-t border-white/10 pt-6 w-full">
3838
<p class="text-white/90 text-base leading-relaxed">Don't see your city on the map?</p>
39-
<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>
39+
<p class="text-white/60 text-sm leading-relaxed mt-1">You can still sign up - it helps others in your area find each other. Once enough interest builds up, an organizer will come along.</p>
4040
</div>
4141
</div>
4242

0 commit comments

Comments
 (0)