Skip to content

Commit dc661a5

Browse files
committed
chore: update link to icon gallery
1 parent ebed294 commit dc661a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Icon/Icon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getIcon = (name: string, size: string, color: string, className?: string)
1010
/**
1111
* A Code4rena component for rendering any icon from the available Code4rena List.
1212
* For further details on all icon names, please visit the
13-
* [Icon Gallery](https://components-library-wine.vercel.app/?path=/docs/docs-iconography--docs)
13+
* [Icon Gallery](https://code4rena-dev.github.io/components-library/?path=/docs/docs-iconography--docs)
1414
*
1515
* @param name - Icon name based on the available options.
1616
* @param size - One of three size options for the icon: small ("16px"), medium ("24px"), and large ("32px")
@@ -43,4 +43,4 @@ export const Icon = ({
4343
}
4444

4545
return getIcon(name, sizeInPx, color, className);
46-
}
46+
}

0 commit comments

Comments
 (0)