Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/efdevcon/monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 1, 2024
2 parents 3bd7f2d + 5ae3a65 commit cd1c5d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devcon/src/assets/icons/lens.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 devcon/src/components/common/layouts/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import IconTwitter from 'assets/icons/twitter.svg'
import IconYoutube from 'assets/icons/youtube.svg'
import IconTelegram from 'assets/icons/telegram.svg'
import IconWarpcast from 'assets/icons/farcaster.svg'
import IconLens from 'assets/icons/lens.svg'
import IconDiscord from 'assets/icons/discord.svg'
import { CodeOfConduct, TermsOfService } from './Legal'
import { Modal } from 'components/common/modal'
Expand Down Expand Up @@ -64,6 +65,9 @@ export const SocialMedia = ({ onShare, url, className: extraClassName }: SocialM
<Link to="https://warpcast.com/~/channel/devcon">
<IconWarpcast style={{ cursor: 'pointer' }} />
</Link>
<Link to="https://hey.xyz/u/devcon">
<IconLens style={{ cursor: 'pointer' }} />
</Link>
<Link to="https://t.me/devcon_SEA">
<IconTelegram style={{ cursor: 'pointer' }} />
</Link>
Expand Down

0 comments on commit cd1c5d2

Please sign in to comment.