From fe7b5d982e6a5f15d66ab187bfc389dcaa2eedc3 Mon Sep 17 00:00:00 2001 From: xxiicode Date: Thu, 18 Jan 2024 20:41:56 +0100 Subject: [PATCH] img change-name --- app/styles.css | 2 +- .../imgs/sub-brands/{polypress-logo.svg => poly-press-logo.svg} | 0 imgs/sub-brands/{polypress-logo.svg => poly-press-logo.svg} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename business/imgs/sub-brands/{polypress-logo.svg => poly-press-logo.svg} (100%) rename imgs/sub-brands/{polypress-logo.svg => poly-press-logo.svg} (100%) diff --git a/app/styles.css b/app/styles.css index 18cff1e..c801df8 100644 --- a/app/styles.css +++ b/app/styles.css @@ -199,7 +199,7 @@ section#cover p { .polyforum a span { background:#ecf0f3 url(../imgs/sub-brands/poly-forum-logo.svg) no-repeat left top;} .polyqwerty a span { background:#ecf0f3 url(../imgs/sub-brands/poly-qwerty-logo.svg) no-repeat left top;} .polykit a span { background:#ecf0f3 url(../imgs/sub-brands/polykit-logo.svg) no-repeat left top;} -.polypress a span { background:#ecf0f3 url(../imgs/sub-brands/polypress-logo.svg) no-repeat left top;} +.polypress a span { background:#ecf0f3 url(../imgs/sub-brands/poly-press-logo.svg) no-repeat left top;} /* grid for sub-brands */ .sub-brand { diff --git a/business/imgs/sub-brands/polypress-logo.svg b/business/imgs/sub-brands/poly-press-logo.svg similarity index 100% rename from business/imgs/sub-brands/polypress-logo.svg rename to business/imgs/sub-brands/poly-press-logo.svg diff --git a/imgs/sub-brands/polypress-logo.svg b/imgs/sub-brands/poly-press-logo.svg similarity index 100% rename from imgs/sub-brands/polypress-logo.svg rename to imgs/sub-brands/poly-press-logo.svg