Browse Source

chore: update copyright year

Kristian Vos 1 month ago
parent
commit
0fbb3ad45d
2 changed files with 3 additions and 3 deletions
  1. 1 1
      frontend/src/components/MainFooter.vue
  2. 2 2
      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 - 2024</p>
+					<p>© Copyright Musare 2015 - 2025</p>
 				</div>
 				<router-link id="footer-logo" to="/">
 					<img

+ 2 - 2
frontend/src/index.html

@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
 	<head>
 		<title>{{ title }}</title>
@@ -19,7 +19,7 @@
 		/>
 		<meta
 			name="copyright"
-			content="© Copyright Musare 2015-2024 All Right Reserved"
+			content="© Copyright Musare 2015-2025 All Right Reserved"
 		/>
 
 		<link