aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Landing/HomeHero.jsx
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-09 21:21:00 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-09 21:21:00 -0400
commite25a6d3be9b9ae443dd3e1cd57a8c5912cc088b2 (patch)
tree8900f75514f0b2b3b9a1b44d28f436ec10cf8393 /src/views/Landing/HomeHero.jsx
parent8da220e990b5ab15509848d4d7a57298eb6e808e (diff)
downloaddonetick-frontend-e25a6d3be9b9ae443dd3e1cd57a8c5912cc088b2.tar.gz
donetick-frontend-e25a6d3be9b9ae443dd3e1cd57a8c5912cc088b2.tar.bz2
donetick-frontend-e25a6d3be9b9ae443dd3e1cd57a8c5912cc088b2.zip
Add VITE_IS_LANDING_DEFAULT flag for conditional rendering of landing page
Diffstat (limited to '')
-rw-r--r--src/views/Landing/HomeHero.jsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/Landing/HomeHero.jsx b/src/views/Landing/HomeHero.jsx
index f01d335..644c9cc 100644
--- a/src/views/Landing/HomeHero.jsx
+++ b/src/views/Landing/HomeHero.jsx
@@ -61,6 +61,17 @@ const HomeHero = () => {
>
tick
</span>
+ <span
+ style={{
+ fontSize: 20,
+ fontWeight: 700,
+ position: 'relative',
+ top: 12,
+ right: 45,
+ }}
+ >
+ Beta
+ </span>
</Typography>
</Box>
)