fix: fix a compiler error

This commit is contained in:
Kenta Kubo 2024-01-07 12:52:21 +09:00
parent 2b39c60dfc
commit 0df3ebc797
No known key found for this signature in database
GPG key ID: BC1BCC0402241359

View file

@ -143,7 +143,7 @@ extension HowToActivateView: View {
.resizable()
.scaledToFit()
.frame(maxHeight: 200)
Image(.dns)
Image(.DNS)
.resizable()
.scaledToFit()
.frame(maxHeight: 200)