Skip to content

Commit

Permalink
Merge pull request #385 from stevencrader/remove-conshax
Browse files Browse the repository at this point in the history
Remove link to Conshax and remove Conshax from app list due to service shutting down
  • Loading branch information
daveajones authored Aug 6, 2024
2 parents e7edaa3 + 4537b6d commit 42b1c0d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
Binary file removed server/assets/conshax.png
Binary file not shown.
19 changes: 0 additions & 19 deletions server/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -2642,25 +2642,6 @@
}
]
},
{
"appName": "Conshax",
"appType": [
"podcaster wallet",
"website"
],
"tagLine": "Stats for your Sats",
"appUrl": "https://conshax.com",
"appIconUrl": "conshax.png",
"platforms": [
"Web"
],
"supportedElements": [
{
"elementName": "Value",
"elementURL": "https://conshax.com"
}
]
},
{
"appName": "Spreaker from iHeart",
"appType": [
Expand Down
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="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: 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,
.conshax {
.sphinx-chat {
flex: 1;
text-align: center;
}
Expand Down

0 comments on commit 42b1c0d

Please sign in to comment.