From 731216e60d9c43b2ad0a1a4437be2f3248b2305e Mon Sep 17 00:00:00 2001 From: Kriszti Date: Mon, 5 Feb 2024 15:21:48 +0100 Subject: [PATCH] new pages 2 --- .../Shared/Components/Layout/FooterComponent.razor | 2 +- .../Shared/Components/Layout/NavbarComponent.razor | 8 ++++---- MissNationSharedUI/Shared/Components/Pages/Privacy.razor | 2 ++ MissNationSharedUI/Shared/Components/Pages/Terms.razor | 4 ++++ 4 files changed, 11 insertions(+), 5 deletions(-) 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 { }