mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix: fix a compiler error
This commit is contained in:
parent
2b39c60dfc
commit
0df3ebc797
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ extension HowToActivateView: View {
|
|||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(maxHeight: 200)
|
||||
Image(.dns)
|
||||
Image(.DNS)
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(maxHeight: 200)
|
||||
|
|
|
|||
Loading…
Reference in a new issue