Skip to content

Commit 9f4efd3

Browse files
authored
Fixed the date as the default results are shown for 1 Nov 2024, not updating in real time now
1 parent 0428c5d commit 9f4efd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erc20-losses-sources/src/blocks/Hero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Hero = () => {
2828
<h1 className="text-[20px] leading-[36px] xl:text-[24px] xl:leading-[40px] font-goldman text-primary-text">
2929
Amount of money lost
3030
</h1>
31-
<p className="text-secondary-text">Last update: {dateString}</p>
31+
<p className="text-secondary-text">Last update: 1 Nov, 2024</p>
3232
<p className="text-red text-[28px] leading-[40px] xl:text-[36px] xl:leading-[48px] font-goldman mt-3">
3333
{numericFormatter(`${resultSum}`, {
3434
decimalSeparator: ".",

0 commit comments

Comments
 (0)