Skip to content

Commit

Permalink
Merge pull request #2373 from Badger-Finance/discord-link-revert
Browse files Browse the repository at this point in the history
Discord link revert
  • Loading branch information
GalloDaSballo authored Sep 16, 2022
2 parents 6c6e699 + c916e2d commit fb50d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components-v2/navbar/NavbarSocialContact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const NavbarSocialContact = (): JSX.Element => {
<Grid container alignItems="center" justifyContent="flex-end">
<Grid item className={classes.iconContainer}>
<img
onClick={() => window.open('https://discord.gg/xZh7zkP8E7', '_blank')}
onClick={() => window.open('https://discord.gg/badgerdao', '_blank')}
className={classes.socialIcon}
alt="Discord Icon"
src="/assets/icons/discord.svg"
Expand Down
2 changes: 1 addition & 1 deletion src/components-v2/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Sidebar = observer(() => {
</Menu>
<div className={classes.socialsContainer}>
<img
onClick={() => window.open('https://discord.gg/xZh7zkP8E7', '_blank')}
onClick={() => window.open('https://discord.gg/badgerdao', '_blank')}
className={classes.socialIcon}
alt="Discord Icon"
src="/assets/icons/discord.svg"
Expand Down

0 comments on commit fb50d52

Please sign in to comment.