make decorative icon type generic
This commit is contained in:
@ -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}>
|
||||||
|
Reference in New Issue
Block a user