fix: move import/export buttons to top left on org chart page
Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
617aeaae0e
commit
140c4e1feb
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export function OrgChart() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-4 flex items-center justify-end gap-2">
|
||||
<div className="mb-4 flex items-center justify-start gap-2">
|
||||
<Link to="/company/import">
|
||||
<Button variant="outline" size="sm">
|
||||
<Upload className="mr-1.5 h-3.5 w-3.5" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue