diff options
-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> |