diff --git a/src/components/Icon.astro b/src/components/Icon.astro index 0a5cde733..9f9c09f53 100644 --- a/src/components/Icon.astro +++ b/src/components/Icon.astro @@ -2,10 +2,8 @@ import type { IconName } from "@adjust/components"; import { Icon as AtlasIcon } from "@adjust/components"; -// We have two props that must be present in all banners: -// The type indicates the purpose and style of the banner -// The title is the header that is applied to the banner -// These are both optional as we provide default values below +// Icons must be supported by Atlas's Icon component. +// https://atlas.adeven.com/docs/components/Icon#available-icons export interface Props { name: IconName;