carType page over
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { backOne } from "@/assets";
|
||||
import Image from "next/image";
|
||||
import { useParams } from "next/navigation";
|
||||
import Text from "../text";
|
||||
import Text from "../lib_components/text";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function CarType_Header() {
|
||||
@@ -41,13 +41,13 @@ export default function CarType_Header() {
|
||||
className="text-white flex items-center justify-center gap-3"
|
||||
>
|
||||
<Link
|
||||
href='/'
|
||||
href="/"
|
||||
className="hover:cursor-pointer hover:text-secondary "
|
||||
>
|
||||
<Text txt="home" />
|
||||
</Link>
|
||||
/
|
||||
<div className="text-secondary" >
|
||||
<div className="text-secondary">
|
||||
<Text txt={`${params.carType}`} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user