feat: browse auto robots

This commit is contained in:
amhsirak
2026-01-23 18:04:34 +05:30
parent 31d762ec29
commit a1e8622408

View File

@@ -235,7 +235,8 @@ export const NavBar: React.FC<NavBarProps> = ({
padding: '8px', padding: '8px',
marginRight: '20px', marginRight: '20px',
'&:hover': { '&:hover': {
background: 'inherit' background: 'none',
color: 'inherit'
} }
}}> }}>
<Typography variant="body1">Browse Auto Robots</Typography> <Typography variant="body1">Browse Auto Robots</Typography>