diff --git a/components/Footer.tsx b/components/Footer.tsx index 6345db93..80b70002 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -8,7 +8,6 @@ export default function Footer() { Replicate,{" "} @@ -16,7 +15,6 @@ export default function Footer() { Upload,{" "} @@ -24,7 +22,6 @@ export default function Footer() { Loops,{" "} @@ -33,7 +30,6 @@ export default function Footer() { Vercel. diff --git a/utils/dropdownTypes.ts b/utils/dropdownTypes.ts index 9a30b312..5890eb29 100644 --- a/utils/dropdownTypes.ts +++ b/utils/dropdownTypes.ts @@ -15,6 +15,7 @@ export type roomType = | "Office" | "Kitchen" | "Basement" + | "Outdoor Patio" | "Gaming Room"; export const themes: themeType[] = [ @@ -35,4 +36,5 @@ export const rooms: roomType[] = [ "Basement", "Kitchen", "Gaming Room", + "Outdoor Patio", ];