mirror of
https://gitea.gofwd.group/sean/gunbuilder-next-tailwind.git
synced 2025-12-06 02:56:45 -05:00
nextauth working.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user