Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw780 committed Jul 11, 2020
1 parent ef7fed8 commit d8e227d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class NavbarCustom extends React.Component<{links: T.linkT}>{
<Nav>
<Suspense fallback={<div>Loading...</div>}>
<NavDropdown title="Support" id="support" alignRight>
<ND.Item href="https://discord.gg/fdJNbhe">Discord</ND.Item>
<ND.Item href="https://discord.gg/fpDB9y5">Discord</ND.Item>
<ND.Item href="/~https://github.com/jcw780/wows_ballistics">Github</ND.Item>
<ND.Item href="/~https://github.com/jcw780/wows_ballistics/issues">Issues</ND.Item>
</NavDropdown>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SupportFooter/SupportFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SupportFooter = (props) => {
</div>
<div>
<h4>Support</h4>
<a href="https://discord.gg/fdJNbhe">
<a href="https://discord.gg/fpDB9y5">
<div className="support-link">Discord</div>
</a>
<a href="/~https://github.com/jcw780/wows_ballistics/issues">
Expand Down

0 comments on commit d8e227d

Please sign in to comment.