Skip to content

Commit 91dec45

Browse files
committed
removed rel=noreferrer
1 parent 61a70b4 commit 91dec45

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/Footer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,20 @@ export default function Footer() {
88
<a
99
href="https://replicate.com/"
1010
target="_blank"
11-
rel="noreferrer"
1211
className="font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
1312
>
1413
Replicate,{" "}
1514
</a>
1615
<a
1716
href="https://upload.io"
1817
target="_blank"
19-
rel="noreferrer"
2018
className="font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
2119
>
2220
Upload,{" "}
2321
</a>
2422
<a
2523
href="https://loops.so"
2624
target="_blank"
27-
rel="noreferrer"
2825
className="font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
2926
>
3027
Loops,{" "}
@@ -33,7 +30,6 @@ export default function Footer() {
3330
<a
3431
href="https://vercel.com/"
3532
target="_blank"
36-
rel="noreferrer"
3733
className="font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
3834
>
3935
Vercel.

utils/dropdownTypes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type roomType =
1515
| "Office"
1616
| "Kitchen"
1717
| "Basement"
18+
| "Outdoor Patio"
1819
| "Gaming Room";
1920

2021
export const themes: themeType[] = [
@@ -35,4 +36,5 @@ export const rooms: roomType[] = [
3536
"Basement",
3637
"Kitchen",
3738
"Gaming Room",
39+
"Outdoor Patio",
3840
];

0 commit comments

Comments
 (0)