Switches to AppAssets

This commit is contained in:
Stuart Breckenridge 2020-07-19 08:12:20 +08:00
parent 4d227e7e2c
commit 526a98f326
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE
1 changed files with 1 additions and 3 deletions

View File

@ -61,7 +61,7 @@ struct InspectorView: View {
Text((sidebarItem.feed as? WebFeed)?.homePageURL ?? "")
.fixedSize(horizontal: false, vertical: true)
Spacer()
Image(systemName: "safari")
AppAssets.openInBrowserImage
.foregroundColor(.accentColor)
}
.onTapGesture {
@ -82,8 +82,6 @@ struct InspectorView: View {
UIPasteboard.general.string = urlString
#endif
}
}, label: {
Text("Copy Home Page URL")
})