Skip to content

Commit 2c0339e

Browse files
committed
update faq
1 parent 41449b5 commit 2c0339e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/app/conf/2025/faq.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ const FAQS = [
2929
},
3030
{
3131
question: "Can I get certificate of attendance?",
32-
answer:
33-
'To request a Certificate of Attendance, please submit a request <a target="blank" href="https://docs.google.com/forms/d/1RpI8h6AGK2rCl3aIlyEY0D6fU3tsZ5yr1Ba6c3h6p9Y/viewform?edit_requested=true">here</a>. Please Note: We verify attendance through the registration system, and Certificate of Attendance letters are sent out after the event is completed.',
32+
answer: `You can download your Certificate of Attendance directly from your <a target="_blank" href="https://openprofile.dev/myevents">LFX dashboard</a> by navigating to the "Past Events" section in the LF Events column. Please Note: We verify attendance through the registration system, and certificates will only be available for download after the event is completed.`,
3433
},
3534
{
3635
question: "How do I request a visa letter?",

src/app/conf/2025/register.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export function Register() {
1818
},
1919
{
2020
title: "Sponsors",
21-
description: `A registration link was shared in an email to your company's sponsorship contact. Please reach out to your company’s sponsorship contact if you need to register as a Sponsor. For further questions, please email <a href="mailto:events@linuxfoundation.org">events@linuxfoundation.org.</a>`,
21+
description: `A registration link was shared in an email to your company's sponsorship contact. Please reach out to your company’s sponsorship contact if you need to register as a Sponsor. For further questions, please email <a href="mailto:graphql_events@linuxfoundation.org">graphql_events@linuxfoundation.org</a>.`,
2222
},
2323
{
2424
title: "Media",
25-
description: `If you are a member of the media interested in attending this event and have not received a complimentary access code to attend, contact us at <a href="mailto:events@linuxfoundation.org">events@linuxfoundation.org</a>.`,
25+
description: `If you are a member of the media interested in attending this event and have not received a complimentary access code to attend, contact us at <a href="mailto:graphql_events@linuxfoundation.org">graphql_events@linuxfoundation.org</a>.`,
2626
},
2727
]}
2828
/>
@@ -33,7 +33,7 @@ export function Register() {
3333
<div className="mt-8 grid gap-6 md:grid-cols-3 md:gap-2">
3434
{[
3535
{ title: "Early Bird", dates: "Through 13 July", price: "$599" },
36-
{ title: "Standard", dates: "Through 13 July", price: "$799" },
36+
{ title: "Standard", dates: "14 July - 31 August", price: "$799" },
3737
{
3838
title: "Late",
3939
dates: "1 September - 10 September",

0 commit comments

Comments
 (0)