fix: icon is not defined (#4794)

This commit is contained in:
Pedro H. Köhler 2025-02-20 10:57:29 -03:00 committed by GitHub
parent 8d83c117cf
commit b7cd0c6027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,13 +50,11 @@ const StudyItem = ({
</div>
{!!onClickLaunch && (
<div className="items-right flex flex-row text-base text-blue-300">
<Icon
name="icon-play"
<Icons.Play
className="mx-2 w-4 text-blue-300"
onClick={onSetActive}
/>
<Icon
name="launch-arrow"
<Icons.LaunchArrow
className="mx-2 w-4 text-blue-300"
onClick={onLaunchWindow}
/>