From 9d36582c10a97b907b1bc44965b6fb7f6c2d4d1d Mon Sep 17 00:00:00 2001 From: John Estropia Date: Sat, 29 Aug 2020 20:06:00 +0900 Subject: [PATCH] minor fix --- .../Demos/Modern/PokedexDemo/Modern.PokedexDemo.MainView.swift | 1 + 1 file changed, 1 insertion(+) 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…")