Optimize image loading in components

This commit is contained in:
mauro 🤙
2024-08-27 23:18:00 +00:00
parent 62ad886e53
commit b69f2d25e4
11 changed files with 24 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ export default function Footer() {
className="mt-5 md:mt-0 md:ml-2 font-bold"
>
Source Code
</Link>
</a>
</div>
);
}