Skip to content

Commit

Permalink
remove border on curretn agent card
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Mar 15, 2024
1 parent 6ac0f5a commit aa9b97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function AgentMenu({ data }) {
}

return (
<div className="flex items-center justify-between w-full p-3 bg-gray-800 rounded-lg border border-gray-700">
<div className="flex items-center justify-between w-full p-3 bg-gray-800 rounded-lg ">
<div
className="flex items-center space-x-2 w-full"
onClick={redirectToCloudAgents}
Expand Down

0 comments on commit aa9b97e

Please sign in to comment.