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!" ]