mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
deleted separate schema files
This commit is contained in:
@@ -2,6 +2,7 @@ import { ChevronDownIcon } from "@heroicons/react/20/solid";
|
||||
import { PlusCircleIcon } from "@heroicons/react/20/solid";
|
||||
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
export default async function SortTable(props: any) {
|
||||
return (
|
||||
@@ -96,7 +97,12 @@ export default async function SortTable(props: any) {
|
||||
title="Click to see details"
|
||||
className="hover:size-60"
|
||||
></Image>
|
||||
<span className="pl-2"> {item.productName}</span>
|
||||
<Link href={{
|
||||
pathname: '/product',
|
||||
query: {
|
||||
data: item.uuid,
|
||||
},
|
||||
}}><span className="pl-2"> {item.productName}</span></Link>
|
||||
</td>
|
||||
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
|
||||
{item.brandName}
|
||||
|
||||
@@ -14,16 +14,16 @@ const navigation = {
|
||||
{ name: 'Guides', href: '/Guides' },
|
||||
],
|
||||
about: [
|
||||
{ name: 'About', href: '/site/About' },
|
||||
{ name: 'Blog', href: '/site/Blog' },
|
||||
{ name: 'Jobs', href: '/site/Jobs' },
|
||||
{ name: 'Press', href: '/site/Press' },
|
||||
{ name: 'Contact', href: '/site/Contact' },
|
||||
{ name: 'About', href: '/About' },
|
||||
{ name: 'Blog', href: '/Blog' },
|
||||
{ name: 'Jobs', href: '/Jobs' },
|
||||
{ name: 'Press', href: '/Press' },
|
||||
{ name: 'Contact', href: '/Contact' },
|
||||
],
|
||||
legal: [
|
||||
{ name: 'Terms of service', href: '/site/TOS' },
|
||||
{ name: 'Privacy policy', href: '/site/PP' },
|
||||
{ name: 'Affiliate Disclosure', href: '/site/Disclosure' },
|
||||
{ name: 'Terms of service', href: '/TOS' },
|
||||
{ name: 'Privacy policy', href: '/PP' },
|
||||
{ name: 'Affiliate Disclosure', href: '/Disclosure' },
|
||||
],
|
||||
social: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user