Skip to content

Commit a139cf3

Browse files
webflowoldtwerk
authored andcommitted
Fix Notice, every html_head element needs a key
1 parent 69d27b1 commit a139cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uebertool-companion/src/Hook/PageHooks.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public function pageAttachments(array &$page): void {
1414
[
1515
'#tag' => 'style',
1616
'#value' => '@layer properties, theme, base, drupal, components, utilities;',
17-
]
17+
],
18+
'uebertool_companion_layer',
1819
];
1920
}
2021

0 commit comments

Comments
 (0)