diff options
Diffstat (limited to 'apps/website/src/components/icons/Icon.astro')
-rw-r--r-- | apps/website/src/components/icons/Icon.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/website/src/components/icons/Icon.astro b/apps/website/src/components/icons/Icon.astro index 7353c7d..b7442ab 100644 --- a/apps/website/src/components/icons/Icon.astro +++ b/apps/website/src/components/icons/Icon.astro @@ -29,6 +29,7 @@ type _Icons = | 'link-external' | 'code' | 'chat' + | 'user' | External | ModIcons; export type Icons = _Icons; // bypass for Astro compiler issue https://github.com/withastro/compiler/issues/554#issuecomment-1741702411 |