From: Laury GvR Date: Mon, 25 Mar 2019 18:31:12 +0000 (-0400) Subject: Fix reference to missing image file X-Git-Tag: v1.0.38^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=34aa736391226720434a28ea67c18ee2d8b251b6;p=WP-Themes%2Ftruenorthgolf.git Fix reference to missing image file --- diff --git a/css/app.css b/css/app.css index c7e0ced..eb19627 100644 --- a/css/app.css +++ b/css/app.css @@ -6855,7 +6855,7 @@ ul#sec-nav { .hero-image-container { width: 100%; padding-bottom: 55%; - background: url("../assets/2and7TrueNorth1900x600.jpg?v=1.0"); + background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index ce46fdd..7bb3921 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -217,7 +217,7 @@ ul#sec-nav { .hero-image-container { width: 100%; padding-bottom: 55%; - background: url("../assets/2and7TrueNorth1900x600.jpg?v=1.0"); + background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; }