-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GraphQLConfCard to link to YT #1736
Conversation
🦋 Changeset detectedLatest commit: 6756300 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📚 Storybook DeploymentThe latest changes are available as preview in: https://ab7e1f51.the-guild-docs-storybook.pages.dev |
packages/components/src/components/hive-navigation/graphql-conf-card.tsx
Outdated
Show resolved
Hide resolved
packages/components/src/components/hive-navigation/graphql-conf-card.tsx
Outdated
Show resolved
Hide resolved
<Image alt="" {...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 | ||
</strong> | ||
<p className="mt-4 text-sm font-medium leading-5 text-green-800 dark:text-neutral-200"> | ||
September 10-12 | San Fransico CA | ||
September 10-12 | San Francisco CA | ||
</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="-mx-2 mt-4 flex items-center gap-2 rounded-lg p-2 font-medium text-green-800 transition-colors group-hover:text-green-1000 dark:text-neutral-200 dark:group-hover:text-neutral-100"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<span className="-mx-2 mt-4 flex items-center gap-2 rounded-lg p-2 font-medium text-green-800 transition-colors group-hover:text-green-1000 dark:text-neutral-200 dark:group-hover:text-neutral-100"> | |
<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"> |
…f-card.tsx Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
…f-card.tsx Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Updated the card to link to https://www.youtube.com/playlist?list=PL43V96KpNj7OMvmfL0WFKP6LpoboM8Hde.
Also changed the CTA link text.