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