diff --git a/services/app/apps/codebattle/assets/js/widgets/pages/tournament/TournamentHeader.jsx b/services/app/apps/codebattle/assets/js/widgets/pages/tournament/TournamentHeader.jsx index 2bde04b10..f2cbca3f8 100644 --- a/services/app/apps/codebattle/assets/js/widgets/pages/tournament/TournamentHeader.jsx +++ b/services/app/apps/codebattle/assets/js/widgets/pages/tournament/TournamentHeader.jsx @@ -179,7 +179,7 @@ function TournamentHeader({ 'btn-secondary': !hasCustomEventStyle, 'cb-custom-event-btn-secondary': hasCustomEventStyle, }); - const backBtnClassName = cn('btn rounded-lg ml-lg-2 ml-md-2 mr-2', { + const backBtnClassName = cn('btn rounded-lg ml-lg-2 mr-2', { 'btn-primary': !hasCustomEventStyle, 'cb-custom-event-btn-primary': hasCustomEventStyle, }); @@ -203,7 +203,7 @@ function TournamentHeader({ return ( <>