We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0428c5d commit 9f4efd3Copy full SHA for 9f4efd3
erc20-losses-sources/src/blocks/Hero.tsx
@@ -28,7 +28,7 @@ export const Hero = () => {
28
<h1 className="text-[20px] leading-[36px] xl:text-[24px] xl:leading-[40px] font-goldman text-primary-text">
29
Amount of money lost
30
</h1>
31
- <p className="text-secondary-text">Last update: {dateString}</p>
+ <p className="text-secondary-text">Last update: 1 Nov, 2024</p>
32
<p className="text-red text-[28px] leading-[40px] xl:text-[36px] xl:leading-[48px] font-goldman mt-3">
33
{numericFormatter(`${resultSum}`, {
34
decimalSeparator: ".",
0 commit comments