feat(Footer) Adding a basic footer (#32)

This commit is contained in:
2022-05-02 12:13:28 -04:00
parent 8fa45196e9
commit bd8d6e6373
5 changed files with 66 additions and 4 deletions
BIN
View File
Binary file not shown.
+5 -2
View File
@@ -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
View File
@@ -1 +1 @@
[{"Key":"GamePatch","Value":"v0.0.6.9553a"}]
[{"Key":"GamePatch","Value":"v0.0.6.9553a"},{"Key":"LastUpdated","Value":"May 02, 2022"}]