nextauth working.

This commit is contained in:
2025-06-30 06:36:03 -04:00
parent ccc6e41724
commit 41e55404bf
18 changed files with 925 additions and 23 deletions

View File

@@ -668,7 +668,7 @@ export default function Home() {
} else if (matchingComponent && !selectedParts[matchingComponent.id]) {
return (
<button
className="btn btn-primary btn-sm"
className="btn btn-neutral btn-sm flex items-center gap-1"
onClick={() => {
selectPartForComponent(matchingComponent.id, {
id: part.id,
@@ -681,7 +681,8 @@ export default function Home() {
router.push('/build');
}}
>
Add
<span className="text-lg leading-none">+</span>
<span className="text-xs font-normal">to build</span>
</button>
);
} else {