File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,20 +127,35 @@ body {
127127
128128.app-footer-text {
129129 font-size : 16px ;
130- color : var (--ant-color-text-tertiary );
130+ color : var (--ant-color-text-secondary );
131+ }
132+ .foot-links {
133+ display : flex;
131134}
132135
133136.app-footer-link {
134137 font-size : 16px ;
135138 color : var (--ant-color-primary );
136139 display : flex;
140+ margin-left : 16px ;
137141
138142 & : hover {
139143 transition : color 0.2s ease;
140144 color : var (--ant-typography );
141145 }
142146}
143147
148+ .app-footer-donate {
149+ font-size : 16px ;
150+ color : var (--ant-color-text-secondary );
151+ display : flex;
152+
153+ & : hover {
154+ transition : color 0.2s ease;
155+ color : var (--ant-color-primary );
156+ }
157+ }
158+
144159.git-hub {
145160 margin-left : 8px ;
146161}
Original file line number Diff line number Diff line change @@ -39,15 +39,26 @@ export default function AppLayout() {
3939 < Text className = "app-footer-text" >
4040 © { new Date ( ) . getFullYear ( ) } { t ( 'messages.firoblocks' ) }
4141 </ Text >
42- < a
43- href = "https://github.com/nexusocean"
44- target = "_blank"
45- rel = "noreferrer"
46- className = "app-footer-link"
47- >
48- { t ( 'links.github' ) }
49- < GithubOutlined className = "git-hub" />
50- </ a >
42+ < span className = "foot-links" >
43+ < a
44+ className = "app-footer-donate"
45+ href = "https://cointr.ee/firoblocks"
46+ target = "_blank"
47+ rel = "noreferrer"
48+ >
49+ Donate
50+ </ a >
51+
52+ < a
53+ href = "https://github.com/nexusocean"
54+ target = "_blank"
55+ rel = "noreferrer"
56+ className = "app-footer-link"
57+ >
58+ { t ( 'links.github' ) }
59+ < GithubOutlined className = "git-hub" />
60+ </ a >
61+ </ span >
5162 </ Footer >
5263 </ Layout >
5364 ) ;
You can’t perform that action at this time.
0 commit comments