File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
src/app/conf/2025/components/register-section Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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- cfp@linuxfoundation.org.
36+ email. If you did not, please contact us for more details:{ " " }
37+ < a
38+ href = "mailto:cfp@linuxfoundation.org"
39+ className = "text-neu-800 underline hover:no-underline"
40+ >
41+ cfp@linuxfoundation.org
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- graphql_events@linuxfoundation.org.
57+ register as a Sponsor. For further questions, please email us:{ " " }
58+ < a
59+ href = "mailto:graphql_events@linuxfoundation.org"
60+ className = "text-neu-800 underline hover:no-underline"
61+ >
62+ graphql_events@linuxfoundation.org
63+ </ a >
5464 </ p >
5565 < Button
5666 variant = "primary"
You can’t perform that action at this time.
0 commit comments