From 4a0131e9223952c4885f54ccd99709605393778b Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 13 Jul 2023 08:42:24 -0700 Subject: [PATCH] chore(ui-shell): update `company` prop description in `Header` --- src/UIShell/Header.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;