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

@@ -94,7 +94,7 @@ function MobileLink({
}: MobileLinkProps) {
const router = useRouter()
return (
<Link
<a
href={href}
onClick={() => {
router.push(href.toString())