From b390d981d49cebf632c3db964914949c5aeac658 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Feb 2025 19:59:31 -0800 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsAttributionsView.swift | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Sora/Views/Settings/Section/SettingsAttributionsView.swift (limited to 'Sora/Views/Settings/Section/SettingsAttributionsView.swift') 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) - } -} -- cgit v1.2.3