Skip to content

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Nov 5, 2023
1 parent 250f7b5 commit 1bf7822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devconnect/src/assets/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions devconnect/src/common/components/layout/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Link from '../link/Link'
import TwitterIcon from 'assets/icons/twitter.svg'
import DiscordIcon from 'assets/icons/discord.svg'
import TelegramIcon from 'assets/icons/telegram.svg'
import GithubIcon from 'assets/icons/github.svg'
import ChevronDown from 'assets/icons/chevron-down.svg'
import HamburgerIcon from 'assets/icons/menu.svg'
import IconCross from 'assets/icons/cross.svg'
Expand Down Expand Up @@ -223,6 +224,9 @@ export const FooterMenu = (props: any) => {
<a target="_blank" rel="noreferrer" href="https://warpcast.com/efdevconnect">
<FarcasterIcon style={{ fill: 'white' }} />
</a>
<a target="_blank" rel="noreferrer" href="https://github.com/efdevconnect/">
<GithubIcon style={{ fill: 'white' }} />
</a>
</div>
</div>
)
Expand Down

0 comments on commit 1bf7822

Please sign in to comment.