make decorative icon type generic
This commit is contained in:
@ -106,7 +106,7 @@ export function Icon ({
|
||||
export function DecorativeIcon ({
|
||||
type,
|
||||
}: {
|
||||
type?: "pigHeadLogo" | "key" | "ticket" | "shield" | "bottle" | "lostProperty" | "pigsty" | "wheelchair" | "clock";
|
||||
type: string
|
||||
}) {
|
||||
return (
|
||||
<div className={styles.decorativeIcon}>
|
||||
|
Reference in New Issue
Block a user