Skip to content

Commit

Permalink
Update packages/components/src/components/hive-navigation/graphql-con…
Browse files Browse the repository at this point in the history
…f-card.tsx

Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
  • Loading branch information
hasparus and dimaMachina authored Oct 18, 2024
1 parent e397f8a commit fc8bede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function GraphQLConfCard({ image }: GraphQLConfCardProps) {
<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">
<span className="mt-4 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<ArrowIcon />
</span>
</NavigationMenuLink>
Expand Down

0 comments on commit fc8bede

Please sign in to comment.