Update SF Symbols
This commit is contained in:
@ -68,13 +68,13 @@ struct PageContentResultsView: View {
|
||||
}
|
||||
+ results.missingLinkedPages.keys.map {
|
||||
TextWithSymbol(
|
||||
symbol: .doc,
|
||||
symbol: .document,
|
||||
color: .red,
|
||||
text: $0)
|
||||
}
|
||||
+ results.linkedPages.map {
|
||||
TextWithSymbol(
|
||||
symbol: .docBadgePlus,
|
||||
symbol: .documentBadgePlus,
|
||||
color: .blue,
|
||||
text: $0.title(in: language))
|
||||
}
|
||||
|
Reference in New Issue
Block a user