summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/SettingsAttributionsView.swift
blob: 119488023293d26526a7ef3e191672500b046673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import SwiftUI

struct SettingsAttributionsView: View {
    var body: some View {
        Text("Rabbit SVG created by Kim Sun Young")
            .font(.caption)
            .fontWeight(.light)
            .foregroundColor(.secondary)
    }
}