Skip to content

Commit 53a6aed

Browse files
authored
Update Footer.jsx
1 parent 77e1179 commit 53a6aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ const Footer = () => {
178178
</div>
179179
{/* Bagian 5 : Informasi hak cipta */}
180180
<div className="mt-12 text-center font-normal text-gray-300 dark:text-gray-300">
181-
Copyright &copy; turdif {new Date().getFullYear()}
181+
Copyright &copy; turdif 2024
182182
<a
183183
href="https://unsil.ac.id/"
184184
className="ml-1 hover:text-white"
185185
target="_blank"
186186
rel="noopener noreferrer"
187187
>
188188
Universitas Siliwangi
189-
</a>{" "}
189+
</a>
190190
- Informatika 24 F.
191191
</div>
192192
</div>

0 commit comments

Comments
 (0)