Skip to content

Commit

Permalink
chore(socials): delete discord, add nos.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpress committed Aug 9, 2019
1 parent 0abe0e2 commit 2e21fc8
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Footer = () => (
<p>Follow or <a className={styles.email} href="mailto:[email protected]">write us</a></p>
<SocialIcon name="twitter" href="https://twitter.com/nOSplatform" />
<SocialIcon name="reddit" href="https://www.reddit.com/r/nOSplatform" />
<SocialIcon name="discord" href="https://discord.nos.io/" />
<SocialIcon name="noschat" href="https://nos.chat/" />
<SocialIcon name="telegram" href="https://t.me/nOSchat" />
<SocialIcon name="medium" href="https://medium.com/nos-io" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Hero/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Hero = () => (
<div className={styles.social}>
<SocialIcon name="twitter" href="https://twitter.com/nOSplatform" />
<SocialIcon name="reddit" href="https://www.reddit.com/r/nOSplatform" />
<SocialIcon name="discord" href="https://discord.nos.io/" />
<SocialIcon name="noschat" href="https://nos.chat/" />
<SocialIcon name="telegram" href="https://t.me/nOSchat" />
<SocialIcon name="medium" href="https://medium.com/nos-io" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Newsletter/Newsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class Newsletter extends React.Component {
<div className={styles.socialIcons}>
<SocialIcon name="twitter" href="https://twitter.com/nOSplatform" />
<SocialIcon name="reddit" href="https://www.reddit.com/r/nOSplatform" />
<SocialIcon name="discord" href="https://discord.nos.io/" />
<SocialIcon name="noschat" href="https://nos.chat/" />
<SocialIcon name="telegram" href="https://t.me/nOSchat" />
<SocialIcon name="medium" href="https://medium.com/nos-io" />
</div>
Expand Down
1 change: 1 addition & 0 deletions components/SocialIcon/SocialIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const CLASSES = {
discord: styles.discord,
medium: styles.medium,
reddit: styles.reddit,
noschat: styles.noschat,
telegram: styles.telegram,
twitter: styles.twitter
};
Expand Down
1 change: 1 addition & 0 deletions components/SocialIcon/SocialIcon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
&.discord { background-image: url('/static/discord-violet.svg') }
&.telegram { background-image: url('/static/telegram-violet.svg') }
&.medium { background-image: url('/static/medium-violet.svg') }
&.noschat { background-image: url('/static/nos-chat-violet.svg') }
}
36 changes: 36 additions & 0 deletions static/nos-chat-violet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e21fc8

Please sign in to comment.