From 272bc0b5c03c72e3a69f4d96e97f721b48e3cf19 Mon Sep 17 00:00:00 2001 From: Jacob Colvin Date: Mon, 5 Oct 2020 21:19:28 -0400 Subject: [PATCH] UI: Update repo links --- ui/src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/Footer.tsx b/ui/src/components/Footer.tsx index b9d1756..0694450 100644 --- a/ui/src/components/Footer.tsx +++ b/ui/src/components/Footer.tsx @@ -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 (