From fbec48ad235bd987d481dd038e5d7393d308ce9a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 16:08:04 +0100 Subject: [PATCH] Added the text-selected class to the text in the ViewDialog.jsx --- client/src/common/components/ViewDialog/ViewDialog.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/common/components/ViewDialog/ViewDialog.jsx b/client/src/common/components/ViewDialog/ViewDialog.jsx index 25886e4c..7599843f 100644 --- a/client/src/common/components/ViewDialog/ViewDialog.jsx +++ b/client/src/common/components/ViewDialog/ViewDialog.jsx @@ -31,12 +31,12 @@ export const Dialog = () => {
setSelected(0)}> {t("test.views.list")} -

{t("test.views.list")}

+

{t("test.views.list")}

setSelected(1)}> {t("test.views.statistic")} -

{t("test.views.statistic")}

+

{t("test.views.statistic")}