From 07d576c105c10744f8a1062a3f0c20e20b46ff7d Mon Sep 17 00:00:00 2001 From: desmukh Date: Tue, 24 Jan 2023 13:30:43 +0500 Subject: [PATCH] home: update url of images to match server --- patterns/homepage.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/homepage.php b/patterns/homepage.php index edb6856..b64f4d6 100644 --- a/patterns/homepage.php +++ b/patterns/homepage.php @@ -8,7 +8,7 @@ ?> -

Autonomic is a co-operative that is owned and run by its workers

+

Autonomic is a co-operative that is owned and run by its workers

diff --git a/style.css b/style.css index 240edaa..02dd89a 100644 --- a/style.css +++ b/style.css @@ -50,7 +50,7 @@ with others. } .wp-site-blocks ul { - list-style-image: url('/wp-content/themes/autonomic/assets/images/arrow.png'); + list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png'); } .wp-block-navigation-item.current-menu-item {