Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/mythical-dev' into …
Browse files Browse the repository at this point in the history
…mythical-dev
  • Loading branch information
Thiendekaco committed Dec 27, 2024
2 parents e45058d + 26208bb commit c6a6335
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const Component = ({ className }: Props): React.ReactElement => {
rightPartNode={
(
<MythButton
className={'__action-button'}
className={'invite-friends-button'}
onClick={navigateToInvite}
>
{t('INVITE FRIENDS')}
Expand Down Expand Up @@ -182,7 +182,7 @@ const MissionTemp = styled(Component)<ThemeProps>(({ theme: { extendToken, token
display: 'flex',
flexDirection: 'column',
height: '100%',
'.__action-button': {
'.invite-friends-button': {
minWidth: 158,
height: 40,

Expand Down

0 comments on commit c6a6335

Please sign in to comment.