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)
|
.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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue