summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Views/Shared/_Layout.cshtml2
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">&copy; My Darling underwear 2023</div>
+ <div class="container px-4 px-lg-5">My Darling Underwear &copy; 2023</div>
</footer>
<script src="/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/lib/fancyapps-ui/fancybox.umd.js"></script>