mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
#591 - server-ssh-keys
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
export default function HeaderContainer({ children }: { children: ReactNode }) {
|
||||
return <div className="flex items-center justify-between">{children}</div>;
|
||||
return <div className="flex items-start justify-between gap-2">{children}</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user