parent
6ad14c0044
commit
3abeda0fc1
@ -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