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.
1 parent 77e1179 commit 53a6aedCopy full SHA for 53a6aed
src/components/Footer/Footer.jsx
@@ -178,15 +178,15 @@ const Footer = () => {
178
</div>
179
{/* Bagian 5 : Informasi hak cipta */}
180
<div className="mt-12 text-center font-normal text-gray-300 dark:text-gray-300">
181
- Copyright © turdif {new Date().getFullYear()}
+ Copyright © turdif 2024
182
<a
183
href="https://unsil.ac.id/"
184
className="ml-1 hover:text-white"
185
target="_blank"
186
rel="noopener noreferrer"
187
>
188
Universitas Siliwangi
189
- </a>{" "}
+ </a>
190
- Informatika 24 F.
191
192
0 commit comments