We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49d045 commit 272bc0bCopy full SHA for 272bc0b
ui/src/components/Footer.tsx
@@ -8,10 +8,10 @@ import GitHubButton from 'react-github-btn';
8
9
export default function Footer() {
10
const git = 'https://github.com/';
11
- const repo = 'OmegaGraf/OmegaGraf';
+ const repo = 'MacroPower/OmegaGraf';
12
const dev = 'MacroPower';
13
const shields = 'https://img.shields.io/github';
14
- const web = 'https://OmegaGraf.github.io';
+ const web = 'https://macropower.github.io/OmegaGraf';
15
16
return (
17
<div className="footer d-flex flex-column lh-1">
0 commit comments