Skip to content

Commit

Permalink
🐛 remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaFigueira committed Oct 24, 2024
1 parent f6a5eda commit 3b4097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions src/containers/Gurb/components/NextButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ function NextButton(props) {
variant="contained"
disabled={disabled}
onClick={onClick}>
{/* <Typography */}
{/* sx={{ ...textBody1, textTransform: 'capitalize', color: '#FFFFFF' }}> */}
{t('GURB_NEXT')}
{/* </Typography> */}
{t('GURB_NEXT')}
</Button>
)
}
Expand Down
9 changes: 1 addition & 8 deletions src/containers/Gurb/components/PrevButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ function PrevButton(props) {
...buttonGurbLight
}}
data-cy="prev"
startIcon={
<ArrowBackIosIcon
// sx={{
// color: '#1E1E1E',
// width: '0.8rem'
// }}
/>
}
startIcon={<ArrowBackIosIcon />}
disabled={disabled}
onClick={onClick}>
{t('GURB_PREV')}
Expand Down

0 comments on commit 3b4097b

Please sign in to comment.