We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe0df4 commit 5e314acCopy full SHA for 5e314ac
Adamant/Stories/Settings/Contribute/ContributeState.swift
@@ -48,6 +48,12 @@ struct ContributeState {
48
description: .localized("Contribute.Section.CodeContributeDescription", comment: .empty),
49
link: URL(string: "https://github.com/Adamant-im")
50
),
51
+ .init(
52
+ image: .asset(named: "row_buy-coins") ?? .init(),
53
+ name: .localized("Contribute.Section.Donate", comment: .empty),
54
+ description: .localized("Contribute.Section.DonateDescription", comment: .empty),
55
+ link: URL(string: "https://adamant.im/donate")
56
+ ),
57
.init(
58
image: .asset(named: "row_rate") ?? .init(),
59
name: .localized("Contribute.Section.Rate", comment: .empty),
0 commit comments