FIX PR Problems

This commit is contained in:
firewookie
2026-03-10 15:58:02 +05:00
parent 9467a08861
commit 8c9eadc273
7 changed files with 42 additions and 27 deletions

View File

@@ -33,18 +33,6 @@ export const BackIcon = ({ className }: IconProps) => (
</svg>
);
export const ArrowLeftIcon = ({ className }: IconProps) => (
<svg
className={cn('h-5 w-5', className)}
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
strokeWidth={2}
>
<path strokeLinecap="round" strokeLinejoin="round" d="M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18" />
</svg>
);
export const ChevronRightIcon = ({ className }: IconProps) => (
<svg
className={cn('h-5 w-5', className)}