File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/InviteToOpenSauced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments