diff --git a/JewelryStore/JewelryStoreClientApp/Views/Home/Create.cshtml b/JewelryStore/JewelryStoreClientApp/Views/Home/Create.cshtml
index 4e71a4c..b448a8c 100644
--- a/JewelryStore/JewelryStoreClientApp/Views/Home/Create.cshtml
+++ b/JewelryStore/JewelryStoreClientApp/Views/Home/Create.cshtml
@@ -1,4 +1,4 @@
-@{
+@{
ViewData["Title"] = "Create";
}
diff --git a/JewelryStore/JewelryStoreClientApp/Views/Home/Privacy.cshtml b/JewelryStore/JewelryStoreClientApp/Views/Home/Privacy.cshtml
index c32eb69..a7a43d9 100644
--- a/JewelryStore/JewelryStoreClientApp/Views/Home/Privacy.cshtml
+++ b/JewelryStore/JewelryStoreClientApp/Views/Home/Privacy.cshtml
@@ -1,4 +1,4 @@
-@using JewelryStoreContracts.ViewModels
+@using JewelryStoreContracts.ViewModels
@model ClientViewModel
@{
ViewData["Title"] = "Privacy Policy";