diff options
Diffstat (limited to 'src/views/components')
-rw-r--r-- | src/views/components/NavBar.jsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index d3708ae..832a112 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -114,17 +114,6 @@ const NavBar = () => { tick✓ </span> </Typography> - <span - style={{ - fontSize: 12, - fontWeight: 700, - position: 'relative', - top: 12, - right: 45, - }} - > - Beta - </span> </Box> <Drawer open={drawerOpen} |