chore: make PR fixes

This commit is contained in:
Arvid Norlin
2024-05-22 13:38:45 +02:00
parent b127584b17
commit bd93071e39
4 changed files with 41 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ import Image from "@/components/Image"
import type { IconProps } from "@/types/components/icon"
export default function ChevronDownIcon({
export default function CheckCircleIcon({
height = 20,
width = 20,
}: IconProps) {