Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 3, 2025
1 parent d722b76 commit 8b6a9cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/conf/2025/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Layout({
}
links={[
{ children: "Sponsor", href: "/conf/2025/#sponsors" },
{ children: "Speakers", href: "/conf/2025/#speakers" },
{ children: "Submit to Speak", href: "/conf/2025/#speakers" },
{ children: "Register", href: "/conf/2025/#register" },
{ children: "Recap", href: "/conf/2024" },
{ children: "Resources", href: "/conf/2025/resources" },
Expand Down
14 changes: 11 additions & 3 deletions src/app/conf/2025/speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ export function Speakers() {
Putting on an amazing conference depends on great content, which is
where you come in! Join other GraphQL leaders and community members as a
presenter by submitting to our Call for Proposals (CFP) and sharing your
experience across a wide range of topics.
experience across a wide range of topics. Please click through all of
the tabs below before submitting a proposal.
</p>
<p className="mb-4">
For any questions regarding the CFP process, please email{" "}
Expand Down Expand Up @@ -268,8 +269,15 @@ export function Speakers() {
Please be aware that the Linux Foundation uses Sessionize for CFP
submissions. Sessionize is a cloud-based event content management
software designed to be intuitive and user-friendly. If you need
guidance, please review how to submit your session for an event to see
step-by-step instructions and helpful screenshots.
guidance, please review{" "}
<a
className="underline hover:text-primary"
target="_blank"
href="https://sessionize.com/playbook/submit-your-session-for-an-event"
>
how to submit your session
</a>{" "}
for an event to see step-by-step instructions and helpful screenshots.
</p>
<div className="mb-6">
<div className="flex border-b">
Expand Down

0 comments on commit 8b6a9cb

Please sign in to comment.