From f19d3f0f855fec9774bdb68df403a08cf9cc3ce2 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 21 Mar 2024 00:58:17 +0100 Subject: [PATCH] Minor changes in the home page. --- src/App/Page/Home.purs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs index 6fee27c..3733da4 100644 --- a/src/App/Page/Home.purs +++ b/src/App/Page/Home.purs @@ -41,11 +41,11 @@ initialState _ = unit render :: forall m. State -> H.ComponentHTML Action () m render _ = HH.div_ [ Bulma.hero_danger - "THIS IS AN ALPHA RELEASE" + "THIS IS A BETA RELEASE" "You can register, login and play a bit with the tool! Please, report errors and suggestions" , Bulma.section_small [ Bulma.h1 "Welcome to netlib.re" - , Bulma.subtitle "Free domain names" + , Bulma.subtitle "Free domain names for the common folks" , Bulma.hr , render_description , render_update_why_and_contact @@ -84,7 +84,7 @@ render _ = HH.div_ render_updates = b [ title "Automatic updates" , p "Update your records with a single, stupidly simple command. For example:" - , expl [ Bulma.strong "wget https://beta.netlib.re/token-update/" ] + , expl [ Bulma.strong "wget https://netlib.re/token-update/" ] , p "Every A and AAAA records have tokens for easy updates!" ]