From 85e5866c8fb77461bd25cb2bb07d0cf06b6d858d Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 19 Aug 2020 14:52:44 +0200 Subject: [PATCH] Wrap the welcome buttons in a standard-form CSS class --- app/views/layouts/map.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 528d45c49..1f8366ccb 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -48,8 +48,10 @@ :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"), :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>

- <%= t("layouts.learn_more") %> - <%= t("layouts.start_mapping") %> +
+ <%= t("layouts.learn_more") %> + +
<% end %> -- 2.39.5