diff options
Diffstat (limited to 'Sora/Views/Settings/Section')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsCreditsView.swift (renamed from Sora/Views/Settings/Section/SettingsAttributionsView.swift) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsAttributionsView.swift b/Sora/Views/Settings/Section/SettingsCreditsView.swift index 3c94c4e..741ce25 100644 --- a/Sora/Views/Settings/Section/SettingsAttributionsView.swift +++ b/Sora/Views/Settings/Section/SettingsCreditsView.swift @@ -1,6 +1,6 @@ import SwiftUI -struct SettingsAttributionsView: View { +struct SettingsCreditsView: View { var body: some View { Text("Rabbit SVG created by Kim Sun Young") .fontWeight(.light) |