@@ -27,7 +27,7 @@ export const Referral = ({ device }: IProps) => { padding: '20px', color: 'white', minWidth: '242px', - width: '100%', + width: '104%', } const block_text_style = { fontSize: '16px', @@ -55,7 +55,7 @@ export const Referral = ({ device }: IProps) => { }, [data?.access]) return ( - + { maxWidth: '350px', width: '100%', color: '#8280FF', + position: 'relative', }} gap={2} justifyContent={'space-between'} direction={'row'} alignItems={'center'} > - {device === 'mobile' ? url.slice(0, 35) + '...' : url.slice(0, 40) + '...'} + + {device === 'mobile' ? url.slice(0, 35) + '...' : url.slice(0, 40) + '...'} + {''} { width: '20px', height: '20px', cursor: 'pointer', + position: 'absolute', + right: '10px', }} width={100} height={100}