chore(ui-shell): update company prop description in Header

This commit is contained in:
Eric Liu 2023-07-13 08:42:24 -07:00
commit 4a0131e922

View file

@ -17,8 +17,9 @@
*/ */
export let href = undefined; export let href = undefined;
/** /**
* Specify the company name * Specify the company name.
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
* @type {string} * @type {string}
*/ */
export let company = undefined; export let company = undefined;