From 87dbfb647f32761cdd2d5f7c7a16fe8180394374 Mon Sep 17 00:00:00 2001 From: Daniel Bloxham Date: Fri, 2 Jul 2021 15:50:53 +0100 Subject: [PATCH] HEEDLS-465- correct the file name for the css used on support page. --- DigitalLearningSolutions.Web/Views/Support/Support.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalLearningSolutions.Web/Views/Support/Support.cshtml b/DigitalLearningSolutions.Web/Views/Support/Support.cshtml index af86b35c1e..6645c57554 100644 --- a/DigitalLearningSolutions.Web/Views/Support/Support.cshtml +++ b/DigitalLearningSolutions.Web/Views/Support/Support.cshtml @@ -2,7 +2,7 @@ @using DigitalLearningSolutions.Web.ViewModels.Support @model SupportViewModel - + @{ ViewData["Title"] = "Support";