diff --git a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor index b2e6b9b..f47e56f 100644 --- a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor +++ b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor @@ -26,7 +26,7 @@
  • - + Privacy Policy
  • diff --git a/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor b/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor index bf20409..f0fd113 100644 --- a/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor +++ b/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor @@ -44,16 +44,16 @@ Log in -
  • + @*
  • Profile -
  • -
  • +
  • *@ + @*
  • Feed -
  • + *@
  • diff --git a/MissNationSharedUI/Shared/Components/Pages/Privacy.razor b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor index 54a60fd..5cf2c04 100644 --- a/MissNationSharedUI/Shared/Components/Pages/Privacy.razor +++ b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor @@ -1,5 +1,7 @@ @page "/privacy" +
    +
    @code { } diff --git a/MissNationSharedUI/Shared/Components/Pages/Terms.razor b/MissNationSharedUI/Shared/Components/Pages/Terms.razor index 0e824ac..cd548de 100644 --- a/MissNationSharedUI/Shared/Components/Pages/Terms.razor +++ b/MissNationSharedUI/Shared/Components/Pages/Terms.razor @@ -1,5 +1,9 @@ @page "/terms" + +
    +
    + @code { }