Update Blueprints.tsx
This commit is contained in:
@@ -198,7 +198,8 @@ export default function SiteBuilderBlueprints() {
|
||||
</div>
|
||||
)}
|
||||
<div className="grid grid-cols-1 gap-4 md:grid-cols-2 xl:grid-cols-3">
|
||||
{blueprints.map((blueprint) => (
|
||||
{blueprints.map((blueprint) => {
|
||||
return (
|
||||
<Card
|
||||
key={blueprint.id}
|
||||
className={`space-y-4 p-5 ${
|
||||
@@ -272,7 +273,8 @@ export default function SiteBuilderBlueprints() {
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
))}
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user