summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-19 04:44:47 -0800
committerFuwn <[email protected]>2025-02-19 04:44:47 -0800
commitf10eb688159b2e714aec4375a0d228de03f76b30 (patch)
tree53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/Settings
parentfeat: Development commit (diff)
downloadsora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz
sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings')
-rw-r--r--Sora/Views/Settings/SettingsAttributionsView.swift10
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)
+ }
+}