diff --git a/Web/View/LandingPages/Show.hs b/Web/View/LandingPages/Show.hs index 7cd678a..1fd51ca 100644 --- a/Web/View/LandingPages/Show.hs +++ b/Web/View/LandingPages/Show.hs @@ -112,4 +112,4 @@ renderParagraphHeroImage paragraphHeroImage = , imageUrl = paragraphHeroImage.imageUrl |> fromMaybe "" , button = button } - |> Web.Element.HeroImage.render \ No newline at end of file + |> Web.Element.HeroImage.render diff --git a/Web/View/ParagraphHeroImages/Form.hs b/Web/View/ParagraphHeroImages/Form.hs index f6b470a..17e1f76 100644 --- a/Web/View/ParagraphHeroImages/Form.hs +++ b/Web/View/ParagraphHeroImages/Form.hs @@ -33,6 +33,3 @@ renderForm paragraphHeroImage isImageRequired formStatus = formFor paragraphHero |] |> wrapVerticalSpacing AlignNone |> wrapContainerWide - - -