feat(Footer) Adding a basic footer (#32)
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,4 @@
|
||||
@inherits LayoutComponentBase
|
||||
@inject IJSRuntime JsRuntime
|
||||
|
||||
@inject ISearchService SearchService
|
||||
@inject IWebsiteService WebService
|
||||
@inject IDataCollectionService DataCollectionService
|
||||
@@ -27,11 +25,16 @@
|
||||
WebPages=WebService.WebPageModels/>
|
||||
<MobileNavComponent WebSections=WebService.WebSectionModels
|
||||
WebPages=WebService.WebPageModels/>
|
||||
|
||||
|
||||
<FooterComponent/>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
protected override void OnInitialized()
|
||||
|
||||
@@ -1 +1 @@
|
||||
[{"Key":"GamePatch","Value":"v0.0.6.9553a"}]
|
||||
[{"Key":"GamePatch","Value":"v0.0.6.9553a"},{"Key":"LastUpdated","Value":"May 02, 2022"}]
|
||||
Reference in New Issue
Block a user