Skip to content

Commit 272bc0b

Browse files
committed
UI: Update repo links
1 parent b49d045 commit 272bc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import GitHubButton from 'react-github-btn';
88

99
export default function Footer() {
1010
const git = 'https://github.com/';
11-
const repo = 'OmegaGraf/OmegaGraf';
11+
const repo = 'MacroPower/OmegaGraf';
1212
const dev = 'MacroPower';
1313
const shields = 'https://img.shields.io/github';
14-
const web = 'https://OmegaGraf.github.io';
14+
const web = 'https://macropower.github.io/OmegaGraf';
1515

1616
return (
1717
<div className="footer d-flex flex-column lh-1">

0 commit comments

Comments
 (0)