Fixed Context Menu's copy icon

This commit is contained in:
Navan Chauhan 2020-07-24 11:48:03 +05:30
parent 056eec2d13
commit 54b0e8a12b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct DetailedView: View {
UIPasteboard.general.string = self.article.title UIPasteboard.general.string = self.article.title
}) { }) {
Text("Copy") Text("Copy")
Image(systemName: "copy") Image(systemName: "doc.on.doc")
}} }}
Button("Paper URL") { Button("Paper URL") {