mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Improve readability (#5468)
Signed-off-by: r <ryanrussell@users.noreply.github.com>
This commit is contained in:
parent
e8b337d022
commit
fc804f3f4c
@ -79,7 +79,7 @@ Some of the most-important fields include:
|
||||
}
|
||||
```
|
||||
|
||||
## Webpack configuation
|
||||
## Webpack configuration
|
||||
|
||||
The following webpack `externals` are provided by `Lens` and must be used (when available) to make sure that the versions used are in sync.
|
||||
|
||||
|
||||
@ -224,7 +224,7 @@ export default class ExampleExtension extends Renderer.LensExtension {
|
||||
{
|
||||
id: "bonjour",
|
||||
components: {
|
||||
Page: () => <ExemplePage extension={this} />,
|
||||
Page: () => <ExamplePage extension={this} />,
|
||||
},
|
||||
},
|
||||
];
|
||||
@ -250,7 +250,7 @@ export default class ExampleExtension extends Renderer.LensExtension {
|
||||
target: { pageId: "bonjour" },
|
||||
title: "Bonjour le monde",
|
||||
components: {
|
||||
Icon: ExempleIcon,
|
||||
Icon: ExampleIcon,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user