From 74cd3867d0c1cac9b4037d69dbf72c691768855d Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Thu, 12 Dec 2024 17:04:46 -0500 Subject: [PATCH 1/2] Removes RoyalGorge KS link from welcome page --- assets/app/view/welcome.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/app/view/welcome.rb b/assets/app/view/welcome.rb index fbec58b7d1..d09c605649 100644 --- a/assets/app/view/welcome.rb +++ b/assets/app/view/welcome.rb @@ -16,13 +16,11 @@ def render def render_notification message = <<~MESSAGE -

18RoyalGorge is now on Kickstarter.

-

18RoyalGorge is now in beta.

-

1858 Switzerland is in alpha.

+

1858 Switzerland is in alpha.

-

Report bugs and make feature requests on GitHub.

+

Report bugs and make feature requests on GitHub.

MESSAGE props = { From 048b9105923ce591692ca205b4c45510968fd3ca Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Mon, 16 Dec 2024 09:21:52 -0500 Subject: [PATCH 2/2] fix spacing --- assets/app/view/welcome.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/app/view/welcome.rb b/assets/app/view/welcome.rb index d09c605649..0e9e967e4b 100644 --- a/assets/app/view/welcome.rb +++ b/assets/app/view/welcome.rb @@ -18,9 +18,9 @@ def render_notification message = <<~MESSAGE

18RoyalGorge is now in beta.

-

1858 Switzerland is in alpha.

+

1858 Switzerland is in alpha.

-

Report bugs and make feature requests on GitHub.

+

Report bugs and make feature requests on GitHub.

MESSAGE props = {