mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
needs some fixing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Button } from "@components/ui/button";
|
||||
import { getPSA, getLowerBuildKits, getGrips } from "@queries/PSA";
|
||||
import { psa } from '@db/schema/Psa';
|
||||
import partTypes from 'src/data/parts_cats.json';
|
||||
@@ -31,7 +30,7 @@ export default async function GripsPage() {
|
||||
<td className='text-slate-800'>{psa.retailPrice}</td>
|
||||
<td className="text-slate-800 flex items-center gap-2">
|
||||
${Number(psa.salePrice).toFixed(2)}
|
||||
<Button variant="default">Buy</Button>
|
||||
<button>Buy</button>
|
||||
</td>
|
||||
</tr>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user