Skip to content

Commit 6595b0a

Browse files
fix some code changes
1 parent b85004a commit 6595b0a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/views/pages/HomeView/Hero.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ function Hero({ className, ...rest }) {
154154
<Box>
155155
<Button
156156
style={{
157-
// backgroundColor: '#ffffff',
158-
// color: '#B20000',
157+
backgroundColor: '#ffffff',
158+
color: '#B20000',
159159
textTransform: 'capitalize',
160160
fontWeight: 700,
161161
borderRadius: '20px'

src/views/pages/events/eventdefault.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ const useStyles = makeStyles(theme => ({
2424
marginTop: '29px',
2525
marginLeft: '215px'
2626
}
27-
// '&:hover': {
28-
// backgroundColor: '#101c4c'
29-
// }
3027
}
3128
}));
3229

0 commit comments

Comments
 (0)