From 60bccfd427aae9eb2791e221a8dfe56087e3c922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20L=C3=B6fgren?= <victor.l0fgr3n@gmail.com> Date: Wed, 17 Feb 2021 21:48:02 +0100 Subject: [PATCH] #6: Test change to client --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 931b58fa..0e5a0cf9 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -20,7 +20,7 @@ const App: React.FC = () => { <header className="App-header"> <img src={logo} className="App-logo" alt="logo" /> <p> - Edit <code>src/App.tsx</code> and save to reload. + Edit <code>src/App.tsx</code> and save to reload. Lol. </p> <a className="App-link" -- GitLab