Skip to content

Commit

Permalink
ui: switch to alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed May 21, 2024
1 parent 80c14ce commit 817a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/frontend/view/body/body.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn view_search_input(model: Model) {
s.search_lucy([a.src("/images/lucy.svg")]),
s.search_title_with_hint([], [
h.text("Gloogle"),
s.pre_alpha_title([], [h.text("Pre Alpha")]),
s.pre_alpha_title([], [h.text("Alpha")]),
]),
]),
h.text(frontend_strings.gloogle_description),
Expand Down

0 comments on commit 817a88d

Please sign in to comment.