Skip to content

Commit

Permalink
Merge pull request #10115 from hicommonwealth/israel.10104.remove-buy…
Browse files Browse the repository at this point in the history
…-stake-message

removed buy stake to fund contests
  • Loading branch information
Israellund authored Dec 4, 2024
2 parents d56f846 + 1894b7e commit 6990943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@
max-width: 600px;
margin-bottom: 16px;

.header {
display: inline-flex;
align-items: center;
gap: 4px;
border-radius: 6px;
background-color: $yellow-100;
padding-right: 4px;

.Text {
color: $yellow-800;
}

svg {
padding: 4px;
border-radius: 6px;
background-color: $yellow-400;
fill: $yellow-800;
}
}

.popover-row {
display: flex;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { isMobile } from 'react-device-detect';

import { useManageCommunityStakeModalStore } from 'state/ui/modals';
import { Skeleton } from 'views/components/Skeleton';
import { CWIcon } from 'views/components/component_kit/cw_icons/cw_icon';
import { CWText } from 'views/components/component_kit/cw_text';
import { CWButton } from 'views/components/component_kit/new_designs/CWButton';
import CWIconButton from 'views/components/component_kit/new_designs/CWIconButton';
Expand Down Expand Up @@ -38,10 +37,6 @@ const FeeManagerBanner = ({
return (
<div className="FeeManagerBanner">
<div className="left-side">
<div className="header">
<CWIcon iconName="trophy" iconSize="regular" />
<CWText type="caption">Buy stake to fund contests!</CWText>
</div>
<div className="popover-row">
<CWText className="info-stake">
Stake fee manager total balance
Expand Down

0 comments on commit 6990943

Please sign in to comment.