fix: icon is not defined (#4794)
This commit is contained in:
parent
8d83c117cf
commit
b7cd0c6027
@ -50,13 +50,11 @@ const StudyItem = ({
|
|||||||
</div>
|
</div>
|
||||||
{!!onClickLaunch && (
|
{!!onClickLaunch && (
|
||||||
<div className="items-right flex flex-row text-base text-blue-300">
|
<div className="items-right flex flex-row text-base text-blue-300">
|
||||||
<Icon
|
<Icons.Play
|
||||||
name="icon-play"
|
|
||||||
className="mx-2 w-4 text-blue-300"
|
className="mx-2 w-4 text-blue-300"
|
||||||
onClick={onSetActive}
|
onClick={onSetActive}
|
||||||
/>
|
/>
|
||||||
<Icon
|
<Icons.LaunchArrow
|
||||||
name="launch-arrow"
|
|
||||||
className="mx-2 w-4 text-blue-300"
|
className="mx-2 w-4 text-blue-300"
|
||||||
onClick={onLaunchWindow}
|
onClick={onLaunchWindow}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user