diff options
| author | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
| commit | b390d981d49cebf632c3db964914949c5aeac658 (patch) | |
| tree | ba4c68f63c49ec37ab08d496de65554e6059e043 /Sora/Views/Settings/Section/SettingsAttributionsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b390d981d49cebf632c3db964914949c5aeac658.tar.xz sora-testing-b390d981d49cebf632c3db964914949c5aeac658.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, 0 insertions, 9 deletions
diff --git a/Sora/Views/Settings/Section/SettingsAttributionsView.swift b/Sora/Views/Settings/Section/SettingsAttributionsView.swift deleted file mode 100644 index 3c94c4e..0000000 --- a/Sora/Views/Settings/Section/SettingsAttributionsView.swift +++ /dev/null @@ -1,9 +0,0 @@ -import SwiftUI - -struct SettingsAttributionsView: View { - var body: some View { - Text("Rabbit SVG created by Kim Sun Young") - .fontWeight(.light) - .foregroundColor(.secondary) - } -} |