aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Landing/HomeHero.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Landing/HomeHero.jsx')
-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>
)