Skip to content

Commit 5828e20

Browse files
authored
fix: Update URLs
1 parent 294e499 commit 5828e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/InviteToOpenSauced/InviteToOpenSaucedModal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const InviteToOpenSaucedModal = (
1616
) => {
1717
const emailBody =
1818
typeof emailAddress === "string" &&
19-
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://hot.opensauced.pizza/`;
19+
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://opensauced.pizza/`;
2020
const emailHref =
2121
typeof emailAddress === "string" &&
2222
`mailto:${emailAddress}?subject=${encodeURIComponent(
@@ -71,7 +71,7 @@ export const InviteToOpenSaucedModal = (
7171
className:
7272
"mt-2 min-w-[33%] relative top-60 mx-auto p-4 border w-96 rounded-md shadow-button border-solid border-orange bg-slate-800",
7373
innerHTML: `
74-
<h3 class="text-2xl leading-6 font-bold">Invite ${username} to <a href="https://hot.opensauced.pizza/"><span class="hover:text-orange hover:underline">OpenSauced!</span></a></h3>
74+
<h3 class="text-2xl leading-6 font-bold">Invite ${username} to <a href="https://insights.opensauced.pizza/start"><span class="hover:text-orange hover:underline">OpenSauced!</span></a></h3>
7575
<div class="mt-2">
7676
<p class="text-md">
7777
Use the links below to invite them.

0 commit comments

Comments
 (0)