Skip to content

Commit 0b7f3e9

Browse files
committed
Underline links
1 parent 50f6359 commit 0b7f3e9

File tree

1 file changed

+14
-4
lines changed
  • src/app/conf/2025/components/register-section

1 file changed

+14
-4
lines changed

src/app/conf/2025/components/register-section/index.tsx

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ export function RegisterSection({ className, ...props }: RegisterSectionProps) {
3333
<h3 className="typography-h3">Speakers</h3>
3434
<p className="mt-6 typography-body-lg">
3535
You should have received a registration link in your acceptance
36-
email. If you did not, please contact us for more details:
37-
36+
email. If you did not, please contact us for more details:{" "}
37+
<a
38+
href="mailto:[email protected]"
39+
className="text-neu-800 underline hover:no-underline"
40+
>
41+
42+
</a>
3843
</p>
3944
<Button
4045
variant="primary"
@@ -49,8 +54,13 @@ export function RegisterSection({ className, ...props }: RegisterSectionProps) {
4954
<p className="mt-6 typography-body-lg">
5055
A registration link was shared in an email to your company's
5156
sponsorship contact. Please reach out to them if you need to
52-
register as a Sponsor. For further questions, please email us:
53-
57+
register as a Sponsor. For further questions, please email us:{" "}
58+
<a
59+
href="mailto:[email protected]"
60+
className="text-neu-800 underline hover:no-underline"
61+
>
62+
63+
</a>
5464
</p>
5565
<Button
5666
variant="primary"

0 commit comments

Comments
 (0)