Skip to content

Commit

Permalink
fix: Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 22, 2023
1 parent 294e499 commit 5828e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InviteToOpenSauced/InviteToOpenSaucedModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const InviteToOpenSaucedModal = (
) => {
const emailBody =
typeof emailAddress === "string" &&
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://hot.opensauced.pizza/`;
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://opensauced.pizza/`;
const emailHref =
typeof emailAddress === "string" &&
`mailto:${emailAddress}?subject=${encodeURIComponent(
Expand Down Expand Up @@ -71,7 +71,7 @@ export const InviteToOpenSaucedModal = (
className:
"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",
innerHTML: `
<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>
<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>
<div class="mt-2">
<p class="text-md">
Use the links below to invite them.
Expand Down

0 comments on commit 5828e20

Please sign in to comment.