diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 08:02:11 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 08:02:11 +0300 |
commit | fa26ede48a077a2d4ba49df802542507726033c4 (patch) | |
tree | ca7bb592ca0a08925902a297e62a042f82be3d25 /Views/Shared/_Layout.cshtml | |
parent | 5d03419a794a6dc97340d1d68495cd855c658849 (diff) |
Copyright edit
Diffstat (limited to 'Views/Shared/_Layout.cshtml')
-rw-r--r-- | Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 9be9441..514aacd 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -16,7 +16,7 @@ <body id="page-top"> @RenderBody() <footer class="footer bg-black small text-center text-white-50"> - <div class="container px-4 px-lg-5">© My Darling underwear 2023</div> + <div class="container px-4 px-lg-5">My Darling Underwear © 2023</div> </footer> <script src="/lib/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="/lib/fancyapps-ui/fancybox.umd.js"></script> |