Prefetch links

This commit is contained in:
2020-03-25 12:20:03 +01:00
parent 498f3c0c17
commit 278684ba95
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
<section class="page explore">
<div class="wrap">
<div class="page__top">
<a href="/" class="button-control button-control--pink dir-left">
<a href="/" class="button-control button-control--pink dir-left" rel="prefetch">
<IconArrow direction="left" color="#fff" class="icon" />
<IconArrow direction="left" color="#fff" class="icon" hidden="true" />
</a>

View File

@@ -120,7 +120,7 @@
<p class="tip">Tap for fullscreen</p>
<div class="buttons">
<a href="/choose" class="button-control button-control--dashed" aria-label="Change the location">
<a href="/choose" class="button-control button-control--dashed" aria-label="Change the location" rel="prefetch">
<IconGlobe color="#fff" width={windowWidth >= 768 ? 22 : 18} />
<svg>
<circle cx="50%" cy="50%" r="{windowWidth >= 768 ? 32 : 24}px"></circle>