Skip to content

Commit

Permalink
feat(crypto-helper): make crypto-helper default page again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Apr 1, 2023
1 parent 0d5e877 commit 72e761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum Route {

fn switch(routes: Route) -> Html {
match routes {
Route::Home => html! { <Jwt /> },
Route::Home => html! { <CryptoHelper /> },
Route::CryptoHelper => html! { <CryptoHelper /> },
Route::Jwt => html! { <Jwt /> },
Route::About => html! { <About /> },
Expand Down

0 comments on commit 72e761c

Please sign in to comment.