From af27e5bb8d9e4ff31d85058109d2d43220966c8e Mon Sep 17 00:00:00 2001 From: Yuee Shiness Date: Sat, 15 Apr 2023 16:05:54 +0400 Subject: [PATCH] Layout title was changed. --- DressAtelierClientApp/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DressAtelierClientApp/Views/Shared/_Layout.cshtml b/DressAtelierClientApp/Views/Shared/_Layout.cshtml index 903863d..6da5a0e 100644 --- a/DressAtelierClientApp/Views/Shared/_Layout.cshtml +++ b/DressAtelierClientApp/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] - AbstractShowClientApp + @ViewData["Title"] - DressAtelierClientApp