correct alignment. (#8337)

This commit is contained in:
lucas kouzoukian
2025-10-04 04:34:25 -03:00
committed by GitHub
parent 04432835f9
commit bf047b9824

View File

@@ -26,7 +26,7 @@ export default function EmptyDemo() {
</EmptyHeader>
<EmptyContent>
<div className="flex gap-2">
<Button size="sm">Create Project</Button>
<Button>Create Project</Button>
<Button variant="outline">Import Project</Button>
</div>
</EmptyContent>