From a4a63ced38ee5212e0e0a3c8a5b221fe848abf27 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 10 Jul 2022 01:17:53 -0400 Subject: [PATCH] Fixed asset paths for the logo and cover photo --- assets/sass/lumbridge.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/lumbridge.sass b/assets/sass/lumbridge.sass index d6c4e87..cb069df 100644 --- a/assets/sass/lumbridge.sass +++ b/assets/sass/lumbridge.sass @@ -42,7 +42,7 @@ hr z-index: 2 height: 500px background: - image: url(/assets/images/bg-banner.jpg) + image: url(/images/bg-banner.jpg) size: auto 600px position: top center attachment: fixed @@ -52,7 +52,7 @@ hr height: 350px width: 350px background: - image: url(/assets/images/bg-icon.png) + image: url(/images/bg-icon.png) position: center repeat: no-repeat size: contain