mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 14:04:25 +01:00
🤖 Autonomous behaviour
This commit is contained in:
@@ -52,9 +52,7 @@ const Drawer = () => {
|
|||||||
<DrawerItem
|
<DrawerItem
|
||||||
icon={<FaTwitter />}
|
icon={<FaTwitter />}
|
||||||
text="Twitter"
|
text="Twitter"
|
||||||
onClick={() =>
|
onClick={() => window.open("https://twitter.com/", "_blank")}
|
||||||
window.open("https://twitter.com/asimdotshrestha", "_blank")
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
<DrawerItem
|
<DrawerItem
|
||||||
icon={<FaGithub />}
|
icon={<FaGithub />}
|
||||||
|
|||||||
Reference in New Issue
Block a user