Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f66ca8d

Browse files
authored
Update UpdaterView.swift
1 parent 8e68c82 commit f66ca8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/prostore/views/UpdaterView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import UserNotifications
44

55
struct UpdaterView: View {
66
var body: some View {
7-
UpdaterWebView(url: URL(string: "https://prostore-ios.github.io/web/updater.html")!)
7+
UpdaterWebView(url: URL(string: "https://prostore-ios.github.io/updater.html")!)
88
.edgesIgnoringSafeArea(.all)
99
}
1010
}
@@ -136,3 +136,4 @@ struct UpdaterWebView: UIViewRepresentable {
136136
}
137137

138138

139+

0 commit comments

Comments
 (0)