mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 20:56:07 -05:00
experimental prefetching on hover for common links
This commit is contained in:
@@ -125,7 +125,7 @@ const Page = async ({ params }: { params: Promise<{ slug: string }> }) => {
|
||||
className={styles.metaItem}
|
||||
style={{
|
||||
// fix potential layout shift when number of hits loads
|
||||
minWidth: "7em",
|
||||
minWidth: "6em",
|
||||
marginRight: 0,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user