From 980efb9e00a96354cf7a58a97f22338fb7e1191c Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Sat, 10 Oct 2020 12:21:23 +0200 Subject: [PATCH] fix: Update footer URL path to existing branch In the footer there's a link to add clients to the tree of this repository, which pointed to a branch that did not exist in the repository anymore. As such GitHub rendered a 404. This change points to the footer URL to the `main` branch, which should exist as it's the default branch for this project. --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e8578e5..d76cbae 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -54,7 +54,7 @@ const Footer: React.FC = () => {
GitHub {' ยท '} - + Add your client {clear}