mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(ui-shell): add space between company and platform name
This commit is contained in:
parent
0eefde12fe
commit
66bc076307
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
$: isSideNavOpen = winWidth >= 1056;
|
$: isSideNavOpen = winWidth >= 1056;
|
||||||
$: ariaLabel =
|
$: ariaLabel =
|
||||||
company + (uiShellAriaLabel || $$props["aria-label"] || platformName);
|
company + " " + (uiShellAriaLabel || $$props["aria-label"] || platformName);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:window bind:innerWidth={winWidth} />
|
<svelte:window bind:innerWidth={winWidth} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue