From 4428052d78ce3089d49789ae12c90451f0b67816 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Fri, 13 Dec 2024 10:05:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B2=D0=B5=D1=80=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=B0=D0=BD=D0=BA=D0=B5=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Layout/NavMenu.razor | 4 +- src/Otchinslator/Components/Pages/Home.razor | 5 +- .../Components/Pages/Questionnaire.razor | 189 +++++++++++------- .../Properties/launchSettings.json | 2 +- src/Otchinslator/wwwroot/img/exit.svg | 4 + 5 files changed, 123 insertions(+), 81 deletions(-) create mode 100644 src/Otchinslator/wwwroot/img/exit.svg diff --git a/src/Otchinslator/Components/Layout/NavMenu.razor b/src/Otchinslator/Components/Layout/NavMenu.razor index 6cabb01..a5a7214 100644 --- a/src/Otchinslator/Components/Layout/NavMenu.razor +++ b/src/Otchinslator/Components/Layout/NavMenu.razor @@ -34,9 +34,9 @@ } } -