Skip to content

Commit 817a88d

Browse files
committed
ui: switch to alpha
Signed-off-by: Guillaume Hivert <hivert.is.coming@gmail.com>
1 parent 80c14ce commit 817a88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/frontend/view/body/body.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn view_search_input(model: Model) {
2121
s.search_lucy([a.src("/images/lucy.svg")]),
2222
s.search_title_with_hint([], [
2323
h.text("Gloogle"),
24-
s.pre_alpha_title([], [h.text("Pre Alpha")]),
24+
s.pre_alpha_title([], [h.text("Alpha")]),
2525
]),
2626
]),
2727
h.text(frontend_strings.gloogle_description),

0 commit comments

Comments
 (0)