Skip to content

Commit

Permalink
cleaning no styles
Browse files Browse the repository at this point in the history
  • Loading branch information
danielferro69 committed Nov 28, 2023
1 parent 854fb6d commit 16b289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChallengeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ChallengeBreadcrumb = (path: PathToChallenge) => {
<Typography>{t(`${path.challenge.id}.title`, { ns: "challenges" })}</Typography>

</PBreadcrumbs>
<Stack marginLeft={theme.spacing(5)} direction='row' justifyContent='flex-end'>
<Stack marginLeft={theme.spacing(5)} direction='row'>
{hasPrevChallenge &&
<Link to={`/desafio/${hasPrevChallenge!.id}`}>
<IconButtonTooltip icon={<KeyboardDoubleArrowLeftIcon />} tooltip={t('previousChallenge', { ns: "others" })} />
Expand Down

0 comments on commit 16b289a

Please sign in to comment.