File tree 1 file changed +25
-3
lines changed
1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 7
7
Header ,
8
8
Icon ,
9
9
Segment ,
10
+ Popup ,
10
11
} from 'semantic-ui-react' ;
11
12
12
13
interface IProps { }
@@ -55,9 +56,30 @@ class Foundation extends Component<IProps, IState> {
55
56
cryptocurrency directly by clicking the button below. After that,
56
57
you can email us(archlinuxstudio@tutamail.com) the donation
57
58
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.
59
62
</ 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 >
61
83
< Grid . Column >
62
84
< Button
63
85
style = { { backgroundColor : '#f7931a' , color : 'white' } }
@@ -88,7 +110,7 @@ class Foundation extends Component<IProps, IState> {
88
110
target = "_blank"
89
111
fluid
90
112
>
91
- < Icon name = "ethereum " > </ Icon > Donate LTC
113
+ < Icon name = "italic " > </ Icon > Donate LTC
92
114
</ Button >
93
115
</ Grid . Column >
94
116
< Grid . Column >
You can’t perform that action at this time.
0 commit comments