Add category level and turn the reticle into a background watermark
This commit is contained in:
@@ -34,7 +34,13 @@ export default async function DetailPolozky({ params }: Props) {
|
||||
return (
|
||||
<article className="stranka detail">
|
||||
<p className="zpet">
|
||||
<Link href="/">← Zpět na nabídku</Link>
|
||||
{typeof polozka.kategorie === 'object' && polozka.kategorie !== null ? (
|
||||
<Link href={`/kategorie/${polozka.kategorie.slug}`}>
|
||||
← Zpět na {polozka.kategorie.nazev}
|
||||
</Link>
|
||||
) : (
|
||||
<Link href="/">← Zpět na nabídku</Link>
|
||||
)}
|
||||
</p>
|
||||
|
||||
<h1>{polozka.nazev}</h1>
|
||||
|
||||
Reference in New Issue
Block a user