Update src/app/cart/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import Link from "next/link";
|
||||
import { useState } from "react";
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
|
||||
const TikTok = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
const TikTok = (props: React.SVGProps<SVGSVGElement>): LucideIcon => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
@@ -19,7 +19,7 @@ const TikTok = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
>
|
||||
<path d="M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.68v13.67a2.4 2.4 0 1 1-2.4-2.4c.34 0 .67.03 1 .09V9.41a7.12 7.12 0 0 0-1-.08C5.89 9.33 2 13.46 2 18.13s3.88 8.81 8.74 8.81c4.65 0 8.6-3.36 8.6-7.53 0-.13 0-.26 0-.39a5.5 5.5 0 0 0-.56-1.78h.09c4.87 0 8.82-3.37 8.82-7.53 0-4.16-3.96-7.53-8.82-7.53z"/>
|
||||
</svg>
|
||||
) as unknown as LucideIcon;
|
||||
) as any;
|
||||
|
||||
export default function CartPage() {
|
||||
const navItems = [
|
||||
|
||||
Reference in New Issue
Block a user