Optimize image loading in components

This commit is contained in:
mauro 🤙
2024-08-27 23:20:36 +00:00
parent b69f2d25e4
commit 61a8f73364
5 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ export default function Footer() {
return (
<div className="font-medium flex-col md:flex-row px-10 md:px-0 border-t w-full border-grey py-10 mt-10 flex justify-center align-center">
Zen Browser © {new Date().getFullYear()} - Made with by the Zen team.
<Link
<a
href={"https://github.com/zen-browser"}
target="_blank"
className="mt-5 md:mt-0 md:ml-2 font-bold"