fix: type issue
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
e51f83561a
commit
ad3c834ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ export default async function Portfolio() {
|
|||
key={language}
|
||||
className="flex items-center px-3 py-1 rounded-full gap-2"
|
||||
>
|
||||
<Icon icon={icon} className="inline-block" />{" "}
|
||||
<Icon icon={icon as string} className="inline-block" />{" "}
|
||||
{language}
|
||||
</span>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in a new issue