changing default theme to Oqtane theme
This commit is contained in:
9
Oqtane.Client/Themes/OqtaneTheme/NoTitle.razor
Normal file
9
Oqtane.Client/Themes/OqtaneTheme/NoTitle.razor
Normal file
@ -0,0 +1,9 @@
|
||||
@namespace Oqtane.Themes.OqtaneTheme
|
||||
@inherits ContainerBase
|
||||
<div class="container">
|
||||
@if (PageState.EditMode)
|
||||
{
|
||||
<ModuleActions />
|
||||
}
|
||||
<ModuleInstance />
|
||||
</div>
|
Reference in New Issue
Block a user