We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c5b560 + 1c7c5e4 commit db6a1acCopy full SHA for db6a1ac
frontend/index.html
@@ -265,6 +265,7 @@
265
266
267
268
+
269
</style>
270
</head>
271
<body class="load">
@@ -583,7 +584,11 @@ <h3>Saarthi</h3>
583
584
</script>
585
</div>
586
-
587
588
+ <script>
589
+ document.getElementById("year").innerText = new Date().getFullYear();
590
+ </script>
591
592
593
</body>
-</html>
594
+</html>
frontend/src/components/navbar.jsx
@@ -204,6 +204,7 @@ const Navbar = () => {
204
205
{/* Footer */}
206
<div className="absolute bottom-0 w-full p-4 text-sm text-center text-gray-500">
207
+ <p>© {new Date().getFullYear()} Station Saarthi.All rights reserved.</p>
208
<a
209
href="/privacy-policy"
210
onClick={() => {
0 commit comments