Skip to content

Commit

Permalink
docs: add icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Aug 9, 2023
1 parent 4db0c90 commit 90e52ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Icon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 90e52ba

Please sign in to comment.