Skip to content

Commit

Permalink
chore: update speaking page
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Sep 21, 2023
1 parent 38b1721 commit bb98e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions src/pages/speaking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ export default function Speaking() {
<SimpleLayout title="A few talks I've given">
<div className="space-y-20">
<SpeakingSection title="Upcoming">
<Appearance
title="@defer all the slow things"
event="GraphQL Conf 2023"
description="A lightning talk on GraphQL's proposed @defer directive."
href="https://graphql.org/conf/"
cta="View GraphQL Conf site"
/>
<Appearance
title="Query Now, Render Later: Leveraging @defer for Efficient Data Delivery"
event="GraphQL Summit 2023"
Expand All @@ -58,7 +51,14 @@ export default function Speaking() {
/>
</SpeakingSection>
<SpeakingSection title="Past">
<Appearance
<Appearance
title="@defer all the slow things"
event="GraphQL Conf 2023"
description="A lightning talk on GraphQL's proposed @defer directive."
href="https://www.youtube.com/watch?v=b0iNvXu5ZlU"
cta="View GraphQL Conf site"
/>
<Appearance
title="Suspense + GraphQL = Superpowers"
event="React Rally 2023"
description="A deep dive into an app built with Apollo Client’s new Suspense hooks and GraphQL features like the @defer directive."
Expand Down

1 comment on commit bb98e6d

@vercel
Copy link

@vercel vercel bot commented on bb98e6d Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.