We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c14ce commit 817a88dCopy full SHA for 817a88d
apps/frontend/src/frontend/view/body/body.gleam
@@ -21,7 +21,7 @@ fn view_search_input(model: Model) {
21
s.search_lucy([a.src("/images/lucy.svg")]),
22
s.search_title_with_hint([], [
23
h.text("Gloogle"),
24
- s.pre_alpha_title([], [h.text("Pre Alpha")]),
+ s.pre_alpha_title([], [h.text("Alpha")]),
25
]),
26
27
h.text(frontend_strings.gloogle_description),
0 commit comments