summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsCreditsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-25 19:59:31 -0800
committerFuwn <[email protected]>2025-02-25 19:59:31 -0800
commitb390d981d49cebf632c3db964914949c5aeac658 (patch)
treeba4c68f63c49ec37ab08d496de65554e6059e043 /Sora/Views/Settings/Section/SettingsCreditsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-b390d981d49cebf632c3db964914949c5aeac658.tar.xz
sora-testing-b390d981d49cebf632c3db964914949c5aeac658.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsCreditsView.swift')
-rw-r--r--Sora/Views/Settings/Section/SettingsCreditsView.swift9
1 files changed, 9 insertions, 0 deletions
diff --git a/Sora/Views/Settings/Section/SettingsCreditsView.swift b/Sora/Views/Settings/Section/SettingsCreditsView.swift
new file mode 100644
index 0000000..741ce25
--- /dev/null
+++ b/Sora/Views/Settings/Section/SettingsCreditsView.swift
@@ -0,0 +1,9 @@
+import SwiftUI
+
+struct SettingsCreditsView: View {
+ var body: some View {
+ Text("Rabbit SVG created by Kim Sun Young")
+ .fontWeight(.light)
+ .foregroundColor(.secondary)
+ }
+}