diff --git a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor index 70f995a..b2e6b9b 100644 --- a/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor +++ b/MissNationSharedUI/Shared/Components/Layout/FooterComponent.razor @@ -19,18 +19,20 @@ +
  • - Career + + Terms & Condition +
  • - Terms & Condition -
  • -
  • - Privacy Policy + + Privacy Policy +
  • - Contact + Contact
  • diff --git a/MissNationSharedUI/Shared/Components/Pages/Privacy.razor b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor new file mode 100644 index 0000000..54a60fd --- /dev/null +++ b/MissNationSharedUI/Shared/Components/Pages/Privacy.razor @@ -0,0 +1,5 @@ +@page "/privacy" + +@code { + +} diff --git a/MissNationSharedUI/Shared/Components/Pages/Profile.razor b/MissNationSharedUI/Shared/Components/Pages/Profile.razor index f5501ca..a1f74bf 100644 --- a/MissNationSharedUI/Shared/Components/Pages/Profile.razor +++ b/MissNationSharedUI/Shared/Components/Pages/Profile.razor @@ -6,7 +6,7 @@
    -
    +
    @@ -22,10 +22,8 @@
    -
    -
    about author
    -
    -
    + +

    Persuaded to return to the shoemaker's shop, young Edward struggled on till three years of his wretched apprenticeship had passed over.

    @@ -37,7 +35,7 @@
    -
    +
    diff --git a/MissNationSharedUI/Shared/Components/Pages/Terms.razor b/MissNationSharedUI/Shared/Components/Pages/Terms.razor new file mode 100644 index 0000000..0e824ac --- /dev/null +++ b/MissNationSharedUI/Shared/Components/Pages/Terms.razor @@ -0,0 +1,5 @@ +@page "/terms" + +@code { + +}