Skip to content

Commit

Permalink
[Issue-223][Mythical Telegram App] update content and style
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnguyen-art committed Dec 12, 2024
1 parent f35411c commit a4f632e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ const Component = ({ accountInfo,
const handleLinkAccountModal = useCallback(() => {
alertModal.open({
className: 'general-confirmation-modal modal-revert-header',
title: t('LINK YOUR MYTHICAL ACCOUNT'),
title: t('Link your mythical account'),
content: (
t('You need to link your Mythical account to complete this task')
t('You need to link your Mythical account before claiming MYTH rewards')
),
okButton: {
icon: Check,
Expand All @@ -144,7 +144,7 @@ const Component = ({ accountInfo,
const handleMythicalAddressModal = useCallback(() => {
alertModal.open({
className: 'general-confirmation-modal modal-revert-header',
title: t('NO ADDRESS FOUND'),
title: t('link your mythical address'),
content: (
t('You need to link your Mythical address with your account on the NFL Rivals app to complete this task')
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ const AlertModal = styled(Component)<Props>(({ theme: { extendToken, token } }:

'.ant-sw-header-center-part': {
position: 'relative',
marginLeft: 0,
marginRight: 0
marginLeft: 16,
marginRight: 16
},

'.ant-sw-sub-header-title-content.ant-sw-sub-header-title-content.ant-sw-sub-header-title-content': {
Expand Down

0 comments on commit a4f632e

Please sign in to comment.