Minor changes in the home page.

beta
Philippe Pittoli 2024-03-21 00:58:17 +01:00
parent a5756e41af
commit f19d3f0f85
1 changed files with 3 additions and 3 deletions

View File

@ -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/<token>" ]
, expl [ Bulma.strong "wget https://netlib.re/token-update/<token>" ]
, p "Every A and AAAA records have tokens for easy updates!"
]