From 438cac302ab7c21cc09e6bb9f85f408dc19c3fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Geonizeli?= Date: Wed, 12 Oct 2022 19:26:41 -0300 Subject: [PATCH] rename navbar tab for questions --- app/javascript/components/Appbar/AppbarTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/components/Appbar/AppbarTabs.tsx b/app/javascript/components/Appbar/AppbarTabs.tsx index a12188b..5e8f0cc 100644 --- a/app/javascript/components/Appbar/AppbarTabs.tsx +++ b/app/javascript/components/Appbar/AppbarTabs.tsx @@ -42,7 +42,7 @@ export const AppbarTabs = () => { }, { icon: , - tabel: 'Edição', + tabel: 'Questões', pathname: QuestionRoutePaths.index, isCurrent: location.pathname.includes('question'), }]