Update SF Symbols

This commit is contained in:
Christoph Hagen
2025-05-02 09:54:53 +02:00
parent f3de1b72b6
commit b3c982b2b9
8 changed files with 11 additions and 11 deletions

View File

@ -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))
}