Browse Source

chore: Update copyright year

Owen Diffey 1 month ago
parent
commit
e699c4ba18
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frontend/src/components/MainFooter.vue
  2. 1 1
      frontend/src/index.html

+ 1 - 1
frontend/src/components/MainFooter.vue

@@ -25,7 +25,7 @@ const getLink = title =>
 		<div class="container">
 			<div class="footer-content">
 				<div id="footer-copyright">
-					<p>© Copyright Musare 2015 - 2023</p>
+					<p>© Copyright Musare 2015 - 2024</p>
 				</div>
 				<router-link id="footer-logo" to="/">
 					<img

+ 1 - 1
frontend/src/index.html

@@ -19,7 +19,7 @@
 		/>
 		<meta
 			name="copyright"
-			content="© Copyright Musare 2015-2023 All Right Reserved"
+			content="© Copyright Musare 2015-2024 All Right Reserved"
 		/>
 
 		<link