Skip to content

Commit

Permalink
Merge pull request #60 from Brushfam/update
Browse files Browse the repository at this point in the history
new discord link
  • Loading branch information
o-tsaruk authored Feb 17, 2024
2 parents 485cae3 + de3e6fc commit d1ab54f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/Contact/SocialMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SocialButtons = () => {
<img src={"icons/contact-form/twitter-contact.svg"} />
<p>Twitter</p>
</Link>
<Link href={"https://discord.gg/9FRETSPmp9"} className={styles.socialButton}>
<Link href={"https://discord.gg/xkg8YQhSF6"} className={styles.socialButton}>
<img src={"icons/contact-form/discord-contact.svg"} />
<p>Discord</p>
</Link>
Expand Down Expand Up @@ -40,7 +40,7 @@ export const SocialButtonsMobile = () => {
</Link>
</div>
<div className={styles.socialBlock}>
<Link href={"https://discord.gg/9FRETSPmp9"} className={styles.socialButton}>
<Link href={"https://discord.gg/xkg8YQhSF6"} className={styles.socialButton}>
<img src={"icons/contact-form/discord-contact.svg"} style={{width: 24, height: 17, marginLeft: 6}}/>
<p>Discord</p>
</Link>
Expand Down
4 changes: 2 additions & 2 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Footer = () => {
<a href={"https://t.me/openbrush"}>
<img src={"icons/telegram.svg"} style={{width: 17}}/>
</a>
<a href={"https://discord.gg/9FRETSPmp9"}>
<a href={"https://discord.gg/xkg8YQhSF6"}>
<img src={"icons/discord.svg"} style={{width: 16}}/>
</a>
<a href={"https://medium.com/brushfam"}>
Expand All @@ -39,7 +39,7 @@ const Footer = () => {
</a>
</div>
<div className={styles.socialDivMobile} style={{marginBottom: 37, columnGap: 40}}>
<a href={"https://discord.gg/9FRETSPmp9"}>
<a href={"https://discord.gg/xkg8YQhSF6"}>
<img src={"icons/discord.svg"} />
</a>
<a href={"https://twitter.com/Brushfam_io"}>
Expand Down
2 changes: 1 addition & 1 deletion components/MobileNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const MobileNavbar = () => {
<ul>
<li>
<Link
href={"https://discord.gg/9FRETSPmp9"}
href={"https://discord.gg/xkg8YQhSF6"}
className={styles.link}
>
<img src="nav-icons/nav-discord.svg" />
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const Navbar = () => {
className={navStyles.dropdownContent}
style={{ width: 253 }}
>
<Link href={"https://discord.gg/9FRETSPmp9"}>
<Link href={"https://discord.gg/xkg8YQhSF6"}>
<div className={navStyles.dropDownItem}>
<div className={navStyles.dropDownItemHeader}>
<img src="nav-icons/nav-discord.svg" />
Expand Down
2 changes: 1 addition & 1 deletion data/footerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const servicesData = [
export const learnData = [
{
label: "Community Discord",
link: "https://discord.gg/9FRETSPmp9"
link: "https://discord.gg/xkg8YQhSF6"
},
{
label: "Community Element",
Expand Down

0 comments on commit d1ab54f

Please sign in to comment.