From 1bb0e53928a7984553187fdb1b9298d4ea74f164 Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Mon, 28 Apr 2025 21:36:47 +0100 Subject: [PATCH] fix title --- EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml | 2 +- EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml index 375fabb..c371f0a 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Index.cshtml @@ -1,7 +1,7 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "Notarize Documents Online"; Layout = "_Blank"; } diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml index c3d0f6c..c172259 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Shared/_Blank.cshtml @@ -4,7 +4,7 @@ - @ViewData["Title"] | E-Notaryo PH + eNotaryoPH | @(ViewData["Title"] ?? "Notarize Documents Online")