Skip to content

Commit f608c1a

Browse files
authored
fix: users page url and height (#2044)
1 parent 1eeaff3 commit f608c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/users.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Is your company using GraphQL?
1010
Please send a pull request to the [GraphQL Landscape](https://github.com/graphql/graphql-landscape) and follow [instructions](https://github.com/graphql/graphql-landscape#new-entries).
1111

1212
<IframeResizer
13-
className="w-full mt-6"
14-
src="https://landscape.graphql.org/card-mode?category=graph-ql-foundation-member&grouping=category&embed=yes&style=borderless"
13+
className="w-full mt-6 min-h-screen overflow-x-scroll"
14+
src="https://landscape.graphql.org/?group=all&view-mode=grid&category=GraphQL+Foundation+Member&embed=yes&style=borderless"
1515
heightCalculationMethod="lowestElement"
1616
/>

0 commit comments

Comments
 (0)