From 6f196c7518221c85bbdbc1da06705f05a03d3828 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 7 Aug 2022 08:23:49 -0700 Subject: [PATCH] Use S$ --- web/components/play-money-disclaimer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/play-money-disclaimer.tsx b/web/components/play-money-disclaimer.tsx index 6ee16c1e..77b69276 100644 --- a/web/components/play-money-disclaimer.tsx +++ b/web/components/play-money-disclaimer.tsx @@ -1,9 +1,10 @@ +import { ENV_CONFIG } from 'common/envs/constants' import { InfoBox } from './info-box' export const PlayMoneyDisclaimer = () => ( )