From 121f5c6e924a0be961668f6a186b4998d49682fa Mon Sep 17 00:00:00 2001 From: rui hildt Date: Sun, 16 Aug 2020 19:28:35 +0200 Subject: [PATCH] Change git repo url --- src/components/HomeView.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HomeView.jsx b/src/components/HomeView.jsx index cec4181..ba85ebf 100644 --- a/src/components/HomeView.jsx +++ b/src/components/HomeView.jsx @@ -101,8 +101,8 @@ function HomeView() { } } - // // TODO Find a solution to trigger a re-render of the map - // // Add dashes to shortest path edges + // TODO Find a solution to trigger a re-render of the map + // Add dashes to shortest path edges // let path = test.path; // let pairs = []; @@ -191,7 +191,7 @@ function HomeView() { /> }
-

On github: backend & frontend

+

Git: backend & frontend

);