Skip to content

Commit

Permalink
Merge pull request #368 from stevencrader/remove-tallycoin
Browse files Browse the repository at this point in the history
Remove tallycoin
  • Loading branch information
daveajones authored May 19, 2024
2 parents 061364c + e6e264c commit 517c9d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions ui/src/pages/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,6 @@ export default class Landing extends React.Component<IProps, IState> {
</Button>
</form>
</div>
<div className="tally-coin">
<h4>Tallycoin</h4>
<Button
big
primary
slim
href="https://tallycoin.app/@podcastindex/support-podcastindex-t5x9vv/"
>
Donate Bitcoin
</Button>
</div>
{/*<div className="sphinx-chat">*/}
{/* <h4>Sphinx Chat</h4>*/}
{/* <SphinxChat />*/}
Expand Down
3 changes: 1 addition & 2 deletions ui/src/pages/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
flex-direction: row;

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

0 comments on commit 517c9d3

Please sign in to comment.