From 1abf35b35f3b00f61b25bddd8ddd5438a928d988 Mon Sep 17 00:00:00 2001 From: Thiago Chaves Date: Sat, 13 Aug 2022 19:12:37 +0300 Subject: [PATCH] Fix practice link on home view --- src/views/HomeView/HomeView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/HomeView/HomeView.tsx b/src/views/HomeView/HomeView.tsx index ee596ee..4d6fb61 100644 --- a/src/views/HomeView/HomeView.tsx +++ b/src/views/HomeView/HomeView.tsx @@ -20,7 +20,7 @@ export function HomeView() {
  • setRoute({ path: AppPath.ExpressionSetsPractice })} + onClick={() => setRoute({ path: AppPath.ExpressionSets })} >
    Practice