13
app/web/src/components/IdeSideBar/IdeSideBar.tsx
Normal file
13
app/web/src/components/IdeSideBar/IdeSideBar.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Svg from 'src/components/Svg/Svg'
|
||||
|
||||
const IdeSideBar = () => {
|
||||
return (
|
||||
<div className="h-full flex flex-col justify-end">
|
||||
<button className=" text-gray-300 p-2 pb-4 flex justify-center" aria-label="IDE settings">
|
||||
<Svg name="big-gear" />
|
||||
</button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default IdeSideBar
|
||||
Reference in New Issue
Block a user