Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/empty-bags-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@theguild/components': minor
---

update GraphQLConf 2025
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ export function GraphQLConfCard({ image }: GraphQLConfCardProps) {
>
<Image alt="" src={image} width={358} height={200} />
<strong className="mt-6 block text-xl font-medium leading-7 text-green-1000 dark:text-neutral-100">
GraphQLConf 2024
GraphQLConf 2025
</strong>
<p className="mt-4 text-sm font-medium leading-5 text-green-800 dark:text-neutral-200">
September 10-12 | San Francisco CA
September 08-10 | Amsterdam, NL
</p>
<p className="mt-2 text-sm font-normal leading-5 text-green-800 dark:text-neutral-200">
The official GraphQL conference hosted by GraphQL Foundation.
</p>
<span className="mt-6 flex items-center gap-2 rounded-lg font-medium text-green-800 transition-colors group-hover:text-green-1000 dark:text-neutral-200 dark:group-hover:text-neutral-100">
Watch The Guild at GraphQLConf 2024
Watch The Guild at GraphQLConf 2025
<ArrowIcon />
</span>
</NavigationMenuLink>
Expand Down
Loading