mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
refactor: refactor image in text
This commit is contained in:
parent
de654c15c0
commit
6c081a2876
1 changed files with 3 additions and 5 deletions
|
|
@ -104,11 +104,9 @@ extension HowToActivateView: View {
|
|||
.frame(maxHeight: 400)
|
||||
}
|
||||
VStack(alignment: .leading) {
|
||||
HStack {
|
||||
Text("5. Select \"\(Bundle.main.displayName!)\" and click")
|
||||
Image(systemName: "ellipsis.circle")
|
||||
Text("button")
|
||||
}
|
||||
Text(
|
||||
"5. Select \"\(Bundle.main.displayName!)\" and click \(Image(systemName: "ellipsis.circle")) button"
|
||||
)
|
||||
Image(.montereyNetworkSettings)
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
|
|
|
|||
Loading…
Reference in a new issue