diff --git a/packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx b/packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx
index bf7ec2974833..ef82795fc36e 100644
--- a/packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx
+++ b/packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx
@@ -2,7 +2,7 @@ import { useCallback, useEffect, useMemo, useRef, useState } from 'react'
import { useUpdateEffect } from 'react-use'
import { compact, first } from 'lodash-es'
import { TabContext } from '@mui/lab'
-import { Link, Button, Stack, Tab, ThemeProvider, Typography } from '@mui/material'
+import { Button, Stack, Tab, ThemeProvider, Typography } from '@mui/material'
import { Icons } from '@masknet/icons'
import { useQuery } from '@tanstack/react-query'
import { Telemetry } from '@masknet/web3-telemetry'
@@ -76,14 +76,6 @@ const useStyles = makeStyles()((theme) => ({
fontSize: 18,
fontWeight: 700,
},
- settingLink: {
- cursor: 'pointer',
- marginTop: 4,
- zIndex: 0,
- '&:hover': {
- textDecoration: 'none',
- },
- },
content: {
position: 'relative',
},
@@ -107,9 +99,6 @@ const useStyles = makeStyles()((theme) => ({
gearIcon: {
color: theme.palette.maskColor.dark,
},
- linkOutIcon: {
- color: theme.palette.maskColor.secondaryDark,
- },
currentAddress: {
fontSize: '18px',
fontWeight: 700,
@@ -515,14 +504,7 @@ function Content(props: ProfileTabContentProps) {
sx={{ cursor: 'pointer' }}
/>
- :
-