Prefetch links
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<section class="page explore">
|
<section class="page explore">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="page__top">
|
<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" />
|
||||||
<IconArrow direction="left" color="#fff" class="icon" hidden="true" />
|
<IconArrow direction="left" color="#fff" class="icon" hidden="true" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
<p class="tip">Tap for fullscreen</p>
|
<p class="tip">Tap for fullscreen</p>
|
||||||
|
|
||||||
<div class="buttons">
|
<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} />
|
<IconGlobe color="#fff" width={windowWidth >= 768 ? 22 : 18} />
|
||||||
<svg>
|
<svg>
|
||||||
<circle cx="50%" cy="50%" r="{windowWidth >= 768 ? 32 : 24}px"></circle>
|
<circle cx="50%" cy="50%" r="{windowWidth >= 768 ? 32 : 24}px"></circle>
|
||||||
|
|||||||
Reference in New Issue
Block a user