mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
Update Ko-Fi URL with username instead of ID
This commit is contained in:
parent
a06c90ab96
commit
ef46bb229e
1 changed files with 1 additions and 6 deletions
|
|
@ -3,10 +3,5 @@ import Foundation
|
|||
public extension URL {
|
||||
|
||||
/// The Ko-fi donation page URL for supporting the application developer.
|
||||
///
|
||||
/// This static URL provides a centralized reference to the Ko-fi donation page,
|
||||
/// used throughout the application wherever the Tip Jar or donation links are displayed.
|
||||
/// The URL points to the developer's Ko-fi profile where users can make one-time
|
||||
/// donations to support the application development.
|
||||
static let tipJarURL = URL(string: "https://ko-fi.com/Z8Z0C9KPT")!
|
||||
static let tipJarURL = URL(string: "https://ko-fi.com/otaviocc")!
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue