Skip to content

Commit 70c34e3

Browse files
committed
we accept XMR now
1 parent 5f6457c commit 70c34e3

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

src/Foundation.tsx

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
Header,
88
Icon,
99
Segment,
10+
Popup,
1011
} from 'semantic-ui-react';
1112

1213
interface IProps {}
@@ -55,9 +56,30 @@ class Foundation extends Component<IProps, IState> {
5556
cryptocurrency directly by clicking the button below. After that,
5657
you can email us(archlinuxstudio@tutamail.com) the donation
5758
information, along with any personal or company information you
58-
need to featured on our website.
59+
need to featured on our website. If you don't want to leave any
60+
information, you can donate via Monero, and we send our best
61+
wishes to every anonymous donor.
5962
</p>
60-
<Grid columns={4} doubling>
63+
<Grid columns={5} doubling>
64+
<Grid.Column>
65+
<Popup
66+
content="4BHubj5tQ9mab6ma54HGyU3iJvVKEGrzNCKG5K2wQZzELXo1o6qoMwJQMF3x6qpPi63fPcVV7jw6g7FhYpcifbDmRzaUAmt"
67+
on="click"
68+
pinned
69+
trigger={
70+
<Button
71+
style={{
72+
backgroundColor: '#ff6600',
73+
color: 'white',
74+
width: '100%',
75+
}}
76+
content="Button"
77+
>
78+
<Icon name="money bill alternate"></Icon>Donate XMR
79+
</Button>
80+
}
81+
/>
82+
</Grid.Column>
6183
<Grid.Column>
6284
<Button
6385
style={{ backgroundColor: '#f7931a', color: 'white' }}
@@ -88,7 +110,7 @@ class Foundation extends Component<IProps, IState> {
88110
target="_blank"
89111
fluid
90112
>
91-
<Icon name="ethereum"></Icon>Donate LTC
113+
<Icon name="italic"></Icon>Donate LTC
92114
</Button>
93115
</Grid.Column>
94116
<Grid.Column>

0 commit comments

Comments
 (0)