File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
components/@molecules/Hamburger Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616 WalletSVG ,
1717} from '@ensdomains/thorin'
1818
19- import SocialDiscord from '@app/assets/social/SocialDiscord.svg'
2019import SocialDiscourse from '@app/assets/social/SocialDiscourse.svg'
2120import SocialDiscourseColour from '@app/assets/social/SocialDiscourseColour.svg'
2221import SocialGithub from '@app/assets/social/SocialGithub.svg'
@@ -328,7 +327,6 @@ const MainMenu = ({ setCurrentView }: { setCurrentView: (view: HamburgerView) =>
328327 < SocialSection >
329328 < SocialIcon Icon = { SocialX } color = "black" href = { ENS_LINKS . X } />
330329 < SocialIcon Icon = { SocialGithub } color = "#0F0F0F" href = { ENS_LINKS . GITHUB } />
331- < SocialIcon Icon = { SocialDiscord } color = "#7F83FF" href = { ENS_LINKS . DISCORD } />
332330 < SocialIcon Icon = { SocialMirror } ColoredIcon = { SocialMirrorColour } href = { ENS_LINKS . MIRROR } />
333331 < SocialIcon
334332 Icon = { SocialDiscourse }
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const INVALID_NAME = '[Invalid ENS Name]'
2525
2626export const ENS_LINKS = {
2727 X : 'https://x.com/ensdomains' ,
28- DISCORD : 'https://chat.ens.domains' ,
2928 MIRROR : 'https://ens.mirror.xyz' ,
3029 DISCOURSE : 'https://discuss.ens.domains' ,
3130 GITHUB : 'https://github.com/ensdomains' ,
You can’t perform that action at this time.
0 commit comments