File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useState } from 'react';
22import { Link } from 'react-router-dom' ;
33import { BsGithub , BsTrophyFill } from 'react-icons/bs' ;
44import { FaLightbulb } from 'react-icons/fa' ;
5- import { FaXTwitter } from 'react-icons/fa6' ;
5+ import { FaXTwitter , FaDiscord } from 'react-icons/fa6' ;
66import { BiMoney } from 'react-icons/bi' ;
77import { IoAddSharp , IoShareSocial , IoHeartSharp } from 'react-icons/io5' ;
88import { MdManageSearch , MdClose , MdEvent } from 'react-icons/md' ;
@@ -68,6 +68,15 @@ const HeaderNav = ({ showBrowse }) => {
6868 iconClass : 'icon twitter-icon' ,
6969 label : 'Twitter'
7070 } ,
71+ {
72+ type : 'a' ,
73+ testId : 'discord-btn' ,
74+ href : 'https://discord.gg/9nFHKdfWMx' ,
75+ title : 'Discord' ,
76+ icon : FaDiscord ,
77+ iconClass : 'icon discord-icon' ,
78+ label : 'Discord'
79+ } ,
7180 {
7281 type : 'button' ,
7382 testId : 'share-btn' ,
Original file line number Diff line number Diff line change 267267 fill : # ffffff ;
268268}
269269
270+ .header-links > li > .app-header-btn : hover .discord-icon {
271+ fill : # 7289da ;
272+ }
273+
270274.header-links > li > .app-header-btn .btn-label {
271275 font-size : var (--fs-sm );
272276 font-weight : var (--fw-semibold );
You can’t perform that action at this time.
0 commit comments