Replace Rocket and Tera with Rouille and Maud #88

Merged
glyph merged 67 commits from rouille_maud into main 2022-03-25 08:07:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3c49c067dd - Show all commits

View File

@ -26,14 +26,14 @@ fn render_status_elements<'a>() -> (&'a str, &'a str, &'a str) {
)
} else {
(
"circle circle-large circle-danger",
"circle circle-large circle-error",
"x_x",
"circle circle-small border-circle-small border-danger",
)
}
} else {
(
"circle circle-large circle-danger",
"circle circle-large circle-error",
"x_x",
"circle circle-small border-circle-small border-danger",
)