Skip to content

Commit

Permalink
Merge pull request #25 from Kodylow/fix-purple-fedimint-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Jan 19, 2024
2 parents 807448c + a3ed8e4 commit 66913a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/src/layouts/navigation/nodeInfo/NodeInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const NodeInfo = ({ isOpen, isBurger }: NodeInfoProps) => {
<Price amount={totalChain} />
</SingleLine>
<SingleLine>
<Sun size={18} color={chainPending === 0 ? '#FFD300' : '#652EC7'} />
<Sun size={18} color={'#FFD300'} />
<Price amount={totalFedimintEcash} />
</SingleLine>
</>
Expand Down Expand Up @@ -207,7 +207,7 @@ export const NodeInfo = ({ isOpen, isBurger }: NodeInfoProps) => {
<Price amount={totalChain} />
</Balance>
<Balance data-tip data-for="full_fedimint_tip">
<Sun size={18} color={chainPending === 0 ? '#FFD300' : '#652EC7'} />
<Sun size={18} color={'#FFD300'} />
<Price amount={totalFedimintEcash} />
</Balance>
<Balance
Expand Down

0 comments on commit 66913a3

Please sign in to comment.