Skip to content

Commit

Permalink
removed rel=noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 29, 2023
1 parent 61a70b4 commit 91dec45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,20 @@ export default function Footer() {
<a
href="https://replicate.com/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
>
Replicate,{" "}
</a>
<a
href="https://upload.io"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
>
Upload,{" "}
</a>
<a
href="https://loops.so"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline hover:text-gray-300 transition underline-offset-2"
>
Loops,{" "}
Expand All @@ -33,7 +30,6 @@ export default function Footer() {
<a
href="https://vercel.com/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline transition hover:text-gray-300 underline-offset-2"
>
Vercel.
Expand Down
2 changes: 2 additions & 0 deletions utils/dropdownTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type roomType =
| "Office"
| "Kitchen"
| "Basement"
| "Outdoor Patio"
| "Gaming Room";

export const themes: themeType[] = [
Expand All @@ -35,4 +36,5 @@ export const rooms: roomType[] = [
"Basement",
"Kitchen",
"Gaming Room",
"Outdoor Patio",
];

0 comments on commit 91dec45

Please sign in to comment.