parent
a51e46f425
commit
22b8f3a88a
@ -0,0 +1,4 @@ |
|||||||
|
|
||||||
|
remixui_statusbar :hover { |
||||||
|
cursor: pointer; |
||||||
|
} |
@ -0,0 +1,10 @@ |
|||||||
|
import React from 'react' |
||||||
|
|
||||||
|
export default function AIStatus() { |
||||||
|
return ( |
||||||
|
<div className="d-flex flex-row p-1 text-white justify-content-center align-items-center"> |
||||||
|
<span className="fa-regular fa-microchip-ai ml-1"></span> |
||||||
|
<span className="small mx-1">Remix Copilot</span> |
||||||
|
</div> |
||||||
|
) |
||||||
|
} |
Loading…
Reference in new issue