-
Notifications
You must be signed in to change notification settings - Fork 1.5k
graphql conf 2025 landing page #1840
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@YassinEldeeb is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
}} | ||
></div> | ||
))} | ||
<a href={disabled ? undefined : href} className="relative z-0 col-span-8 row-span-2 text-white text-3xl font-semibold bg-[#E10098] hover:bg-[#ef00a3] flex items-center justify-center gap-2" |
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.
<a>
without href is not good for SEO
better to use const ComponentToUse = disabled ? 'span' : 'a'
@@ -34,6 +34,7 @@ | |||
"hast-util-to-string": "3.0.1", | |||
"iframe-resizer-react": "^1.1.0", | |||
"leaflet": "^1.9.4", | |||
"lucide-react": "^0.468.0", |
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.
forgive me; we have too many icon packages. Will figure out cleaning all of those....
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
No description provided.