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

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