Skip to content

Commit

Permalink
Merge pull request #371 from stevencrader/add-conshax
Browse files Browse the repository at this point in the history
Since Tallycoin was removed, add Conshax
  • Loading branch information
daveajones authored May 20, 2024
2 parents 517c9d3 + 20ac20d commit 3089cc7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ui/src/pages/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,17 @@ export default class Landing extends React.Component<IProps, IState> {
</Button>
</form>
</div>
<div className="conshax">
<h4>Conshax</h4>
<Button
big
primary
slim
href="https://conshax.app/support/917393e3-1b1e-5cef-ace4-edaa54e1f810"
>
Donate Bitcoin
</Button>
</div>
{/*<div className="sphinx-chat">*/}
{/* <h4>Sphinx Chat</h4>*/}
{/* <SphinxChat />*/}
Expand Down
3 changes: 2 additions & 1 deletion ui/src/pages/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
flex-direction: row;

.paypal,
.sphinx-chat {
.sphinx-chat,
.conshax {
flex: 1;
text-align: center;
}
Expand Down

0 comments on commit 3089cc7

Please sign in to comment.