Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cotabby/UI/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -559,14 +559,14 @@ struct SettingsView: View {
Section("Support") {
LabeledContent {
Link(destination: URL(string: "https://ko-fi.com/cotabby")!) {
Text("Buy Us a Coffee")
Label("Support", systemImage: "heart.fill")
}
.buttonStyle(.borderedProminent)
.tint(.blue)
} label: {
Text(
"Cotabby is free and open source, maintained by two university students. "
+ "If it's useful to you, consider supporting development."
"Cotabby is free and open source, maintained by two university students in our free time. "
+ "If it's useful to you, please consider supporting development."
)
.foregroundStyle(.secondary)
.fixedSize(horizontal: false, vertical: true)
Expand Down