fixed layouts, routing and the platform switcher.
This commit is contained in:
@@ -122,11 +122,12 @@ export default function ProductDetailPageClient(props: {
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<PlatformSwitcher currentPlatform={platform} partRole={partRole} />
|
||||
{/* temp disabling while I rework the routing. */}
|
||||
{/* <PlatformSwitcher currentPlatform={platform} partRole={partRole} /> */}
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-2 text-xs text-zinc-500">
|
||||
<Link className="hover:text-amber-200" href={`/parts/${encodeURIComponent(platform)}/${encodeURIComponent(partRole)}`}>
|
||||
<Link className="hover:text-amber-200" href={`/parts/p/${encodeURIComponent(platform)}/${encodeURIComponent(partRole)}`}>
|
||||
← Back to list
|
||||
</Link>
|
||||
<span>•</span>
|
||||
|
||||
Reference in New Issue
Block a user