Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export function NewSessionPanel({ organizationId, isDevcontainerAvailable }: New
'Connect a GitHub or GitLab integration to select a repository for the cloud agent.';

return (
<div className="relative flex h-full flex-col items-center justify-end p-4 pb-8">
<div className="relative flex h-full flex-col items-center justify-center p-4">
<SetPageTitle title="Cloud Agent">
<Badge variant="new">new</Badge>
</SetPageTitle>
Expand Down