mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 16:05:33 -04:00
experimental prefetching on hover for common links
This commit is contained in:
@@ -26,6 +26,7 @@ const MenuItem = ({ text, href, icon, current, className, ...rest }: MenuItemPro
|
||||
if (href) {
|
||||
return (
|
||||
<Link
|
||||
dynamicOnHover
|
||||
href={href}
|
||||
aria-label={text}
|
||||
plain
|
||||
|
Reference in New Issue
Block a user