diff --git a/docs/en/UI/Blazor/Theming.md b/docs/en/UI/Blazor/Theming.md index 9850915ada..a3ecca784b 100644 --- a/docs/en/UI/Blazor/Theming.md +++ b/docs/en/UI/Blazor/Theming.md @@ -44,7 +44,7 @@ All themes must define a layout for the application. The following image shows t And the same page is shown below with the [Lepton Theme](https://commercial.abp.io/themes) application layout: -![lepton-theme-application-layout](../../images/lepton-theme-application-layout.png) +![lepton-theme-application-layout](../../images/lepton-theme-blazor-layout.png) As you can see, the page is the same, but the look is completely different in the themes above. diff --git a/docs/en/images/lepton-theme-blazor-layout.png b/docs/en/images/lepton-theme-blazor-layout.png new file mode 100644 index 0000000000..e4211b367e Binary files /dev/null and b/docs/en/images/lepton-theme-blazor-layout.png differ