Update .gitignore and remove cached build artifacts

This commit is contained in:
2025-09-12 17:30:21 +02:00
parent 7ad8d609f6
commit f50ead55cb
146 changed files with 215 additions and 25799 deletions

View File

@@ -18,7 +18,7 @@ export function NavLinks() {
<Link
key={label}
href={href}
className="relative -mx-3 -my-2 rounded-lg px-3 py-2 text-sm text-gray-700 transition-colors delay-150 hover:text-gray-900 hover:delay-0"
className="relative -mx-3 -my-2 rounded-lg px-3 py-2 text-sm text-[#2F3178] transition-colors delay-150 hover:text-[#2F3178] hover:delay-0"
onMouseEnter={() => {
if (timeoutRef.current) {
window.clearTimeout(timeoutRef.current)