Skip to content

Commit

Permalink
Merge pull request #7838 from apollographql/docs/update-codesandbox-b…
Browse files Browse the repository at this point in the history
…utton

docs: Standardize Edit in CodeSandbox button
  • Loading branch information
Meschreiber committed Mar 4, 2024
2 parents c49d239 + 4e3e8a2 commit 4953129
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/getting-started.mdx
Expand Up @@ -325,14 +325,14 @@ One of the most important concepts of GraphQL is that clients can choose to quer

## Complete example

You can view and fork the complete example on Code Sandbox:

<a href="https://codesandbox.io/s/github/apollographql/docs-examples/tree/main/apollo-server/v4/getting-started?fontsize=14&hidenavigation=1&theme=dark">
<img
alt="Edit server-getting-started"
src="https://codesandbox.io/static/img/play-codesandbox.svg"
/>
</a>
You can view and fork the complete example on CodeSandbox:

<ButtonLink
href="https://codesandbox.io/s/github/apollographql/docs-examples/tree/main/apollo-server/v4/getting-started?fontsize=14&hidenavigation=1&theme=dark"
size="lg"
>
Edit in CodeSandbox
</ButtonLink>

## Next steps

Expand Down

0 comments on commit 4953129

Please sign in to comment.