Skip to content

Commit

Permalink
[docs] Fix image size and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and thomasmoon committed Sep 6, 2024
1 parent 567bbd0 commit c9e237c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/data/introduction/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ It significantly increases the odds of fixing the problem.
You have a few possible options to provide it:

- You can browse the documentation, find an example close to your use case, and then open it in a live editor:
[![Forking an example](https://mui.com/static/docs-infra/forking-an-example.png)](/x/react-date-pickers/getting-started/#render-your-first-component)
<a href="/x/react-date-pickers/getting-started/#render-your-first-component">
<span class="only-light-mode">
<img src="/static/docs-infra/forking-an-example.png" alt="Forking an example" loading="lazy" width="1548" height="606" style="display: block; max-width: 774px;">
</span>
<span class="only-dark-mode">
<img src="/static/docs-infra/forking-an-example-dark.png" alt="Forking an example" loading="lazy" width="1548" height="606" style="display: block; max-width: 774px;">
</span>
</a>

- [Data Grid](/x/react-data-grid/#mit-version-free-forever)
- [Date Pickers](/x/react-date-pickers/getting-started/#render-your-first-component)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9e237c

Please sign in to comment.