From 3296e168e9f1caf80b56dd2d6c87714b342a8eae Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 18 May 2024 02:49:21 +0300 Subject: [PATCH] Remove font size class from "Start mapping" container It doesn't affect the button font, only the spacing around. --- app/views/site/welcome.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 9ec3e4fd0..324d4659a 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -57,14 +57,12 @@ <%= render "any_questions" %> -
-

+

<% if params[:oauth_return_url] %> <%= t ".continue_authorization" %> <% else %> <%= t ".start_mapping" %> <% end %> -

-- 2.39.5