File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,20 @@ export default function Footer() {
8
8
< a
9
9
href = "https://replicate.com/"
10
10
target = "_blank"
11
- rel = "noreferrer"
12
11
className = "font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
13
12
>
14
13
Replicate,{ " " }
15
14
</ a >
16
15
< a
17
16
href = "https://upload.io"
18
17
target = "_blank"
19
- rel = "noreferrer"
20
18
className = "font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
21
19
>
22
20
Upload,{ " " }
23
21
</ a >
24
22
< a
25
23
href = "https://loops.so"
26
24
target = "_blank"
27
- rel = "noreferrer"
28
25
className = "font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
29
26
>
30
27
Loops,{ " " }
@@ -33,7 +30,6 @@ export default function Footer() {
33
30
< a
34
31
href = "https://vercel.com/"
35
32
target = "_blank"
36
- rel = "noreferrer"
37
33
className = "font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
38
34
>
39
35
Vercel.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export type roomType =
15
15
| "Office"
16
16
| "Kitchen"
17
17
| "Basement"
18
+ | "Outdoor Patio"
18
19
| "Gaming Room" ;
19
20
20
21
export const themes : themeType [ ] = [
@@ -35,4 +36,5 @@ export const rooms: roomType[] = [
35
36
"Basement" ,
36
37
"Kitchen" ,
37
38
"Gaming Room" ,
39
+ "Outdoor Patio" ,
38
40
] ;
You can’t perform that action at this time.
0 commit comments