Skip to content

Commit

Permalink
fix: update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Nov 14, 2023
1 parent 78b6e89 commit d454ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class Footer extends React.Component {
<div className="col-md-12">
<div className="social">
<a href="https://www.instagram.com/unreal.pixels" title="Instagram"><i className="bi bi-instagram"></i></a>
<a href="https://discord.gg/pzct3dFE" title="Discord Server"><i className="bi bi-discord"></i></a>
<a href="https://discord.gg/8jZBs8DJ" title="Discord Server"><i className="bi bi-discord"></i></a>
<a href="https://www.linkedin.com/company/unrealpixels" title="LinkedIn"><i className="bi bi-linkedin"></i></a>
</div>
<div className="copyright">
Expand Down

0 comments on commit d454ddf

Please sign in to comment.