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