mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
footer is broke. added some sore
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function BuilderPage() {
|
||||
<tr>
|
||||
<th
|
||||
scope="col"
|
||||
className="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-0"
|
||||
className="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 "
|
||||
>
|
||||
<a href="#" className="group inline-flex">
|
||||
Component
|
||||
@@ -79,10 +79,10 @@ export default async function BuilderPage() {
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="divide-y divide-gray-200 bg-white">
|
||||
<tbody className=" divide-y divide-gray-200 bg-white">
|
||||
{psa.map((psa) => (
|
||||
<tr key={psa.upc}>
|
||||
<td className="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-0">
|
||||
<td className="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 ">
|
||||
{psa.productName}
|
||||
</td>
|
||||
<td className="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
||||
|
||||
Reference in New Issue
Block a user