diff --git a/Demo/Sources/Demos/Modern/PokedexDemo/Modern.PokedexDemo.MainView.swift b/Demo/Sources/Demos/Modern/PokedexDemo/Modern.PokedexDemo.MainView.swift index 43d0fa6..d877ab0 100644 --- a/Demo/Sources/Demos/Modern/PokedexDemo/Modern.PokedexDemo.MainView.swift +++ b/Demo/Sources/Demos/Modern/PokedexDemo/Modern.PokedexDemo.MainView.swift @@ -46,6 +46,7 @@ extension Modern.PokedexDemo { VStack(alignment: .center, spacing: 20) { Text("This demo needs to make a network connection to download Pokedex entries") + .multilineTextAlignment(.center) if self.service.isLoading { Text("Fetching Pokedex…")