From e6e264c2fb4b192bea049a1db4db5e2aa703031d Mon Sep 17 00:00:00 2001 From: Steven Crader Date: Sat, 18 May 2024 18:58:10 -0700 Subject: [PATCH] Remove tallycoin button due to it being shutdown on June 1, 2024 --- ui/src/pages/landing.tsx | 11 ----------- ui/src/pages/styles.scss | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/ui/src/pages/landing.tsx b/ui/src/pages/landing.tsx index b8637de3..05d45896 100644 --- a/ui/src/pages/landing.tsx +++ b/ui/src/pages/landing.tsx @@ -247,17 +247,6 @@ export default class Landing extends React.Component { -
-

Tallycoin

- -
{/*
*/} {/*

Sphinx Chat

*/} {/* */} diff --git a/ui/src/pages/styles.scss b/ui/src/pages/styles.scss index 25756af2..7cf14827 100644 --- a/ui/src/pages/styles.scss +++ b/ui/src/pages/styles.scss @@ -86,8 +86,7 @@ flex-direction: row; .paypal, - .sphinx-chat, - .tally-coin { + .sphinx-chat { flex: 1; text-align: center; }