web: fix script review card style
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-03-07 16:14:01 -08:00
parent ad8be22b87
commit d7823a82c0

View File

@@ -579,15 +579,7 @@ export default function ReviewerDashboardPage() {
<Card <Card
component={Link} component={Link}
to="/script-review" to="/script-review"
sx={{ sx={{ cursor: 'pointer' }}
textDecoration: 'none',
cursor: 'pointer',
transition: 'transform 0.2s, box-shadow 0.2s',
'&:hover': {
transform: 'translateY(-2px)',
boxShadow: 4
}
}}
> >
<CardContent> <CardContent>
<Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}> <Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>