diff options
| author | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
| commit | f10eb688159b2e714aec4375a0d228de03f76b30 (patch) | |
| tree | 53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/Settings | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings')
| -rw-r--r-- | Sora/Views/Settings/SettingsAttributionsView.swift | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Sora/Views/Settings/SettingsAttributionsView.swift b/Sora/Views/Settings/SettingsAttributionsView.swift new file mode 100644 index 0000000..1194880 --- /dev/null +++ b/Sora/Views/Settings/SettingsAttributionsView.swift @@ -0,0 +1,10 @@ +import SwiftUI + +struct SettingsAttributionsView: View { + var body: some View { + Text("Rabbit SVG created by Kim Sun Young") + .font(.caption) + .fontWeight(.light) + .foregroundColor(.secondary) + } +} |