diff --git a/wp-content/themes/clarity/src/components/c-logo-bar/view.php b/wp-content/themes/clarity/src/components/c-logo-bar/view.php index 3e8294570..03927273c 100644 --- a/wp-content/themes/clarity/src/components/c-logo-bar/view.php +++ b/wp-content/themes/clarity/src/components/c-logo-bar/view.php @@ -7,7 +7,7 @@ if ( $activeAgency['shortcode'] === 'law-commission' ) { $logo = get_stylesheet_directory_uri() . '/assets/images/lawcomms_logo.png'; } else { - $logo = get_stylesheet_directory_uri() . '/assets/images/moj_logo_poppy.png'; + $logo = get_stylesheet_directory_uri() . '/assets/images/moj_logo.png'; } $page_name = get_query_var( 'name' );