fixed typo
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
cranci1 2025-01-13 15:44:47 +01:00
parent 03855e4fae
commit bb97f5f2c0

View file

@ -26,7 +26,7 @@ struct LibraryView: View {
.foregroundColor(.secondary)
Text("No Items saved")
.font(.headline)
Text("You can bookmark items to then find them easily here")
Text("You can bookmark items to find them easily here")
.font(.caption)
.foregroundColor(.secondary)
}