diff --git a/components/notifications.js b/components/notifications.js index 91fe0ce3f..7bf081b40 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -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' @@ -204,11 +204,10 @@ function Streak ({ n }) { } function DailyStats ({ n }) { // WIP - // TODO ADD SCALES OF JUSTICE AS ICON // stacked and spent return (
-
+
you stacked {numWithUnits(n.stacked, { abbreviate: false })} and spent {numWithUnits(n.spent, { abbreviate: false })}
on {dayMonthYear(new Date(n.date))}
diff --git a/svgs/scales-of-justice.svg b/svgs/scales-of-justice.svg new file mode 100644 index 000000000..17056650a --- /dev/null +++ b/svgs/scales-of-justice.svg @@ -0,0 +1 @@ + \ No newline at end of file