mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 07:03:06 +02:00
minor fix
This commit is contained in:
@@ -46,6 +46,7 @@ extension Modern.PokedexDemo {
|
|||||||
|
|
||||||
VStack(alignment: .center, spacing: 20) {
|
VStack(alignment: .center, spacing: 20) {
|
||||||
Text("This demo needs to make a network connection to download Pokedex entries")
|
Text("This demo needs to make a network connection to download Pokedex entries")
|
||||||
|
.multilineTextAlignment(.center)
|
||||||
if self.service.isLoading {
|
if self.service.isLoading {
|
||||||
|
|
||||||
Text("Fetching Pokedex…")
|
Text("Fetching Pokedex…")
|
||||||
|
|||||||
Reference in New Issue
Block a user