Skip to content

Commit

Permalink
Fix link in UserRegistrationEmail component
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Apr 24, 2024
1 parent bcd495d commit f71c68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helper/UserRegistrationEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
Text,
} from "@react-email/components";
import { Tailwind } from "@react-email/tailwind";
import Link from "next/link";

interface UserRegistrationEmailProps {
events: string[];
Expand Down Expand Up @@ -72,7 +71,7 @@ export const UserRegistrationEmail = async ({
<Section className="text-center mt-[32px] mb-[32px]">
<Button
className="bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3"
href={`https://assets.tiarasjec.in/rulebook.pdf`}
href={`${tiaraAssetsPrefix}/rulebook.pdf`}
>
Download Rulebook
</Button>
Expand Down

0 comments on commit f71c68f

Please sign in to comment.