Skip to content

Commit 3089cc7

Browse files
authored
Merge pull request #371 from stevencrader/add-conshax
Since Tallycoin was removed, add Conshax
2 parents 517c9d3 + 20ac20d commit 3089cc7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ui/src/pages/landing.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,17 @@ export default class Landing extends React.Component<IProps, IState> {
247247
</Button>
248248
</form>
249249
</div>
250+
<div className="conshax">
251+
<h4>Conshax</h4>
252+
<Button
253+
big
254+
primary
255+
slim
256+
href="https://conshax.app/support/917393e3-1b1e-5cef-ace4-edaa54e1f810"
257+
>
258+
Donate Bitcoin
259+
</Button>
260+
</div>
250261
{/*<div className="sphinx-chat">*/}
251262
{/* <h4>Sphinx Chat</h4>*/}
252263
{/* <SphinxChat />*/}

ui/src/pages/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
flex-direction: row;
8787

8888
.paypal,
89-
.sphinx-chat {
89+
.sphinx-chat,
90+
.conshax {
9091
flex: 1;
9192
text-align: center;
9293
}

0 commit comments

Comments
 (0)