瀏覽代碼

chore: Update copyright year

Owen Diffey 2 月之前
父節點
當前提交
e699c4ba18
共有 2 個文件被更改,包括 2 次插入2 次删除
  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