Init
This commit is contained in:
@@ -35,7 +35,22 @@ export function CategoryColumn({
|
||||
)}
|
||||
{!displayedPart && parts.length > 0 && (
|
||||
<div className="w-full border border-zinc-700 rounded-md p-3 mb-2 text-center">
|
||||
<p className="text-sm text-zinc-500">Choose a Part</p>
|
||||
<p className="text-sm text-zinc-500 flex items-center justify-center gap-2">
|
||||
<svg
|
||||
className="w-4 h-4"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<path
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth={2}
|
||||
d="M12 4v16m8-8H4"
|
||||
/>
|
||||
</svg>
|
||||
Choose a Part
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
{displayedPart && (
|
||||
|
||||
Reference in New Issue
Block a user