Skip to content

fix styles issues on partner #1690

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

Merged
merged 1 commit into from
Apr 4, 2024
Merged
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
9 changes: 3 additions & 6 deletions src/app/conf/2024/partner/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ our upcoming GraphQLConf 2024. Our program is designed to provide
benefits to media and community partners, while also ensuring that
our conference is promoted in a positive and appropriate way.

{/* prettier-ignore */}
<div className="flex flex-wrap gap-2">
<Button
className="!text-white"
href="mailto:graphqlconf@graphql.org"
target="_blank"
>
Become a Media Partner
</Button>
>Become a Media Partner</Button>
<Button
className="!text-white"
href="mailto:graphqlconf@graphql.org"
target="_blank"
>
Become a Community Partner
</Button>
>Become a Community Partner</Button>
</div>

<div className="mt-6 grid grid-cols-2 gap-x-4">
Expand Down