mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
🤖 Update twitter links
This commit is contained in:
@@ -56,7 +56,7 @@ export default function Dialog({
|
|||||||
className="cursor-pointer rounded-full bg-black/30 p-3 hover:bg-black/70"
|
className="cursor-pointer rounded-full bg-black/30 p-3 hover:bg-black/70"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
window.open(
|
window.open(
|
||||||
"https://twitter.com/asimdotshrestha",
|
"https://twitter.com/asimdotshrestha/status/1644883727707959296",
|
||||||
"_blank"
|
"_blank"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,10 @@ const Drawer = ({ handleHelp }: { handleHelp: () => void }) => {
|
|||||||
icon={<FaTwitter />}
|
icon={<FaTwitter />}
|
||||||
text="Twitter"
|
text="Twitter"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
window.open("https://twitter.com/asimdotshrestha", "_blank")
|
window.open(
|
||||||
|
"https://twitter.com/asimdotshrestha/status/1644883727707959296",
|
||||||
|
"_blank"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<DrawerItem
|
<DrawerItem
|
||||||
|
|||||||
Reference in New Issue
Block a user