From d9055c47e1b55700e247a66ff4b91fa37f90fabd Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 19 Nov 2023 16:03:19 +0000 Subject: [PATCH] Fix issue where button on about page was broken. --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index b94b794..1c08379 100644 --- a/src/App.js +++ b/src/App.js @@ -151,7 +151,7 @@ function App() { } /> - } /> + } /> } /> } /> } />