diff --git a/src/UIShell/Header.svelte b/src/UIShell/Header.svelte index c0153607..6ef59a15 100644 --- a/src/UIShell/Header.svelte +++ b/src/UIShell/Header.svelte @@ -17,8 +17,9 @@ */ export let href = undefined; - /** - * Specify the company name + /** + * Specify the company name. + * Alternatively, use the named slot "company" (e.g., `...`) * @type {string} */ export let company = undefined;