mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
feat(ui-shell): make Header name optional
This commit is contained in:
parent
4d93396d01
commit
6645533912
2 changed files with 9 additions and 5 deletions
|
@ -114,7 +114,7 @@
|
|||
</script>
|
||||
|
||||
{#if story === 'header'}
|
||||
<Header {...$$props}>
|
||||
<Header {...$$props} company={undefined}>
|
||||
<SkipToContent />
|
||||
</Header>
|
||||
{:else if story === 'sidenav'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue