From f5cb13b42ff7efc2c9962da8ad2f2c4943596b20 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 9 Oct 2024 13:20:36 -0500 Subject: [PATCH] Padding tweak --- app/views/pages/early_access.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/early_access.html.erb b/app/views/pages/early_access.html.erb index eb77e5c2..6ec820e1 100644 --- a/app/views/pages/early_access.html.erb +++ b/app/views/pages/early_access.html.erb @@ -30,9 +30,9 @@

Maybe Early Access

<% if @invite_codes_count > 0 %>

There <%= @invite_codes_count == 1 ? "is" : "are" %> <%= @invite_codes_count %> invite <%= "code".pluralize(@invite_codes_count) %> remaining.

-
+

Your invite code is <%= @invite_code.token %>

-

<%= link_to "Sign up with this code", new_registration_path(invite: @invite_code.token), class: "block w-full bg-white text-black py-2 px-3 rounded-md no-underline text-sm sm:text-base hover:bg-gray-200 transition duration-150" %>

+

<%= link_to "Sign up with this code", new_registration_path(invite: @invite_code.token), class: "block w-full bg-white text-black py-2 px-3 rounded-lg no-underline text-sm sm:text-base hover:bg-gray-200 transition duration-150" %>

You may need to refresh the page to get a new invite code if someone else claimed it before you.