From f5344609e37e69e58b5aab96a59f291e9936a0c0 Mon Sep 17 00:00:00 2001 From: Jason Sylvestre Date: Tue, 22 Aug 2023 09:40:30 -0700 Subject: [PATCH 1/2] Hot Fix Meta Data --- CRP.Mvc/Views/Shared/_Layout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRP.Mvc/Views/Shared/_Layout.cshtml b/CRP.Mvc/Views/Shared/_Layout.cshtml index e0b80785..a38ce185 100644 --- a/CRP.Mvc/Views/Shared/_Layout.cshtml +++ b/CRP.Mvc/Views/Shared/_Layout.cshtml @@ -4,7 +4,7 @@ @{ ViewBag.OgImage = string.IsNullOrWhiteSpace(ViewBag.OgImage) ? Url.Content("~/Images/Media/thumbnail.jpg") : ViewBag.OgImage; - ViewBag.OgDescription = string.IsNullOrWhiteSpace(ViewBag.OgDescription) ? "Online Registration for UC Davis events developed by the College of Agriculture and Environmental Sciences at UC Davis" : ViewBag.OgDescription; + ViewBag.OgDescription = string.IsNullOrWhiteSpace(ViewBag.OgDescription) ? "Online Registration for UC Davis events developed by the College of Agricultural and Environmental Sciences at UC Davis" : ViewBag.OgDescription; ViewBag.OgTitle = string.IsNullOrWhiteSpace(ViewBag.OgTitle) ? "Online Registration" : ViewBag.OgTitle; } @@ -38,7 +38,7 @@ UC Davis Registration - + From 5d9f35da60a62738b01dd65a239e2238f84ef017 Mon Sep 17 00:00:00 2001 From: Jason Sylvestre Date: Tue, 22 Aug 2023 10:36:15 -0700 Subject: [PATCH 2/2] Hotfix logo --- CRP.Mvc/CRP.Mvc.csproj | 1 + CRP.Mvc/Images/Media/caes-logo-v2.svg | 63 +++++++++++++++++++++++++++ CRP.Mvc/Views/Shared/_Layout.cshtml | 2 +- 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 CRP.Mvc/Images/Media/caes-logo-v2.svg diff --git a/CRP.Mvc/CRP.Mvc.csproj b/CRP.Mvc/CRP.Mvc.csproj index 7bf30593..74ae333b 100644 --- a/CRP.Mvc/CRP.Mvc.csproj +++ b/CRP.Mvc/CRP.Mvc.csproj @@ -654,6 +654,7 @@ + diff --git a/CRP.Mvc/Images/Media/caes-logo-v2.svg b/CRP.Mvc/Images/Media/caes-logo-v2.svg new file mode 100644 index 00000000..30cfa4f7 --- /dev/null +++ b/CRP.Mvc/Images/Media/caes-logo-v2.svg @@ -0,0 +1,63 @@ + + + caes-logo copy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CRP.Mvc/Views/Shared/_Layout.cshtml b/CRP.Mvc/Views/Shared/_Layout.cshtml index a38ce185..6ba52073 100644 --- a/CRP.Mvc/Views/Shared/_Layout.cshtml +++ b/CRP.Mvc/Views/Shared/_Layout.cshtml @@ -93,7 +93,7 @@
- UC Davis CAES logo + UC Davis CAES logo