Merge branch 'master' into beacon
This commit is contained in:
commit
3f67044977
62 changed files with 713 additions and 780 deletions
|
|
@ -34,7 +34,7 @@ impl Pokedex {
|
|||
let subtitle = match self {
|
||||
Pokedex::Loading => "Loading",
|
||||
Pokedex::Loaded { pokemon, .. } => &pokemon.name,
|
||||
Pokedex::Errored { .. } => "Whoops!",
|
||||
Pokedex::Errored => "Whoops!",
|
||||
};
|
||||
|
||||
format!("{subtitle} - Pokédex")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue