From 6ce92d67352d9f32ce01951761c17d813b8b1438 Mon Sep 17 00:00:00 2001 From: sudarshan1994 Date: Tue, 18 Jul 2023 17:15:28 -0500 Subject: [PATCH] added pals relative --- static/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index 1d53996..4f1e006 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -16,7 +16,7 @@ } .pals-icon { - background: url('/3DHighlighter/static/images/pals-logo.png'); + background: url('/static/images/pals-logo.png'); background-size: contain; background-repeat: no-repeat; height: 50px;