Skip to content

Commit

Permalink
scales of justice as icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Soxasora committed Dec 22, 2024
1 parent e80fa99 commit 057fc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import HandCoin from '@/svgs/hand-coin-fill.svg'
import UserAdd from '@/svgs/user-add-fill.svg'
import { LOST_BLURBS, FOUND_BLURBS, UNKNOWN_LINK_REL } from '@/lib/constants'
import CowboyHatIcon from '@/svgs/cowboy.svg'
import LightningIcon from '@/svgs/lightning.svg'
import JusticeIcon from '@/svgs/scales-of-justice.svg' // WIP
import BaldIcon from '@/svgs/bald.svg'
import GunIcon from '@/svgs/revolver.svg'
import HorseIcon from '@/svgs/horse.svg'
Expand Down Expand Up @@ -204,11 +204,10 @@ function Streak ({ n }) {
}

function DailyStats ({ n }) { // WIP
// TODO ADD SCALES OF JUSTICE AS ICON
// stacked and spent
return (
<div className='d-flex'>
<div style={{ fontSize: '2rem' }}><LightningIcon className='fill-grey' height={40} width={40} /></div>
<div style={{ fontSize: '2rem' }}><JusticeIcon className='fill-grey' fill='gray' height={40} width={40} /></div>
<div className='ms-1 p-1'>
<span className='fw-bold'>you stacked {numWithUnits(n.stacked, { abbreviate: false })} and spent {numWithUnits(n.spent, { abbreviate: false })}</span>
<div><small style={{ lineHeight: '140%', display: 'inline-block' }}>on {dayMonthYear(new Date(n.date))}</small></div>
Expand Down
1 change: 1 addition & 0 deletions svgs/scales-of-justice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 057fc59

Please sign in to comment.