summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsCreditsView.swift
blob: 741ce25d957b525fd5536e3c611f6ec659368f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
import SwiftUI

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