Skip to content

Commit

Permalink
UI: Update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Oct 6, 2020
1 parent b49d045 commit 272bc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import GitHubButton from 'react-github-btn';

export default function Footer() {
const git = 'https://github.com/';
const repo = 'OmegaGraf/OmegaGraf';
const repo = 'MacroPower/OmegaGraf';
const dev = 'MacroPower';
const shields = 'https://img.shields.io/github';
const web = 'https://OmegaGraf.github.io';
const web = 'https://macropower.github.io/OmegaGraf';

return (
<div className="footer d-flex flex-column lh-1">
Expand Down

0 comments on commit 272bc0b

Please sign in to comment.