Correcting some bugs and working on responsive.

This commit is contained in:
charles-gauthereau
2024-11-23 21:15:14 +01:00
parent b22b8a9286
commit d1e98eaa11
3 changed files with 8 additions and 3 deletions
@@ -86,7 +86,7 @@ export default async function RoutePage(props: PageParams<{ agentId: string }>)
href={`/dashboard/agents/${agent.id}/edit`}>
<GearIcon className="w-7 h-7"/>
</Link>
<AgentModalKey>
<AgentModalKey agent={agent}>
<Button variant="outline">
<KeyRound/>
</Button>