Skip to content

Commit a44808c

Browse files
Merge pull request #10878 from marmelab/fix-docs-theme-link
Fix link on default theme image
2 parents 40c037a + bfc6b28 commit a44808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const App = () => (
121121

122122
React-admin comes with 5 built-in themes:
123123

124-
|    [Default](./AppTheme.md#default) [![Default light theme](./img/defaultLightTheme1.jpg)]((AppTheme.html#default)) |    [B&W](./AppTheme.md#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](./AppTheme.html#bw) |
124+
|    [Default](./AppTheme.md#default) [![Default light theme](./img/defaultLightTheme1.jpg)](AppTheme.html#default) |    [B&W](./AppTheme.md#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](./AppTheme.html#bw) |
125125
|    [Nano](./AppTheme.md#nano) [![Nano light theme](./img/nanoLightTheme1.jpg)](./AppTheme.html#nano) |    [Radiant](./AppTheme.md#radiant) [![Radiant light theme](./img/radiantLightTheme1.jpg)](./AppTheme.html#radiant) |
126126
|    [House](./AppTheme.md#house) [![House light theme](./img/houseLightTheme1.jpg)](./AppTheme.html#house) |
127127

0 commit comments

Comments
 (0)