make decorative icon type generic

This commit is contained in:
elise
2024-08-09 19:31:25 +02:00
parent 468ea00427
commit 8044ab9f0a

View File

@ -106,7 +106,7 @@ export function Icon ({
export function DecorativeIcon ({ export function DecorativeIcon ({
type, type,
}: { }: {
type?: "pigHeadLogo" | "key" | "ticket" | "shield" | "bottle" | "lostProperty" | "pigsty" | "wheelchair" | "clock"; type: string
}) { }) {
return ( return (
<div className={styles.decorativeIcon}> <div className={styles.decorativeIcon}>