refactor: refactor image in text

This commit is contained in:
Kenta Kubo 2024-01-07 12:21:25 +09:00
parent de654c15c0
commit 6c081a2876
No known key found for this signature in database
GPG key ID: BC1BCC0402241359

View file

@ -104,11 +104,9 @@ extension HowToActivateView: View {
.frame(maxHeight: 400) .frame(maxHeight: 400)
} }
VStack(alignment: .leading) { VStack(alignment: .leading) {
HStack { Text(
Text("5. Select \"\(Bundle.main.displayName!)\" and click") "5. Select \"\(Bundle.main.displayName!)\" and click \(Image(systemName: "ellipsis.circle")) button"
Image(systemName: "ellipsis.circle") )
Text("button")
}
Image(.montereyNetworkSettings) Image(.montereyNetworkSettings)
.resizable() .resizable()
.scaledToFit() .scaledToFit()