diff --git a/core/modules/system/system.install b/core/modules/system/system.install index dc6f6c0..49797a2 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1533,7 +1533,7 @@ function system_update_8006() { $name = 'block.block.stark_branding'; $values = [ 'id' => 'stark_branding', - 'region' => 'header_second', + 'region' => 'header_first', ] + $site_branding_default_settings; _system_update_create_block($name, $theme_name, $values); break;