Skip to content

Commit 5e314ac

Browse files
author
“just-software-dev”
committed
Revert "[trello.com/c/rvKiXhiM] removed donate section"
This reverts commit 1cf7ae1.
1 parent cbe0df4 commit 5e314ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Adamant/Stories/Settings/Contribute/ContributeState.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ struct ContributeState {
4848
description: .localized("Contribute.Section.CodeContributeDescription", comment: .empty),
4949
link: URL(string: "https://github.com/Adamant-im")
5050
),
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+
),
5157
.init(
5258
image: .asset(named: "row_rate") ?? .init(),
5359
name: .localized("Contribute.Section.Rate", comment: .empty),

0 commit comments

Comments
 (0)