From 259192a7b1e92c175ab0a8b9092665a4621aeca6 Mon Sep 17 00:00:00 2001 From: Kevin Koech Date: Fri, 20 Oct 2023 08:49:23 +0300 Subject: [PATCH] Update footer --- .../plugins/academy-africa/includes/assets/css/footer.css | 1 - wp-content/plugins/academy-africa/includes/widgets/footer.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/plugins/academy-africa/includes/assets/css/footer.css b/wp-content/plugins/academy-africa/includes/assets/css/footer.css index 5a4358b1..789ef2ed 100644 --- a/wp-content/plugins/academy-africa/includes/assets/css/footer.css +++ b/wp-content/plugins/academy-africa/includes/assets/css/footer.css @@ -1,4 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;400;500;600&display=swap"); .body1, .root .links .primary, diff --git a/wp-content/plugins/academy-africa/includes/widgets/footer.php b/wp-content/plugins/academy-africa/includes/widgets/footer.php index 7c689b2a..b861fc9f 100644 --- a/wp-content/plugins/academy-africa/includes/widgets/footer.php +++ b/wp-content/plugins/academy-africa/includes/widgets/footer.php @@ -223,7 +223,7 @@ protected function render() $type = esc_html($item['type']); $icon = dirname(plugin_dir_url(__FILE__)) . ('/assets/images/icons/Type=' . $type . ', Size=24, Color=CurrentColor.svg'); $content = file_get_contents($icon); - echo '' . $content . ''; + echo '' . $content . ''; } } ?>