Use next-section-link component

This commit is contained in:
Maciej Matuszewski 2018-01-13 17:46:02 +01:00
parent 7c3788b47b
commit 99b9e6f9fe
2 changed files with 10 additions and 5 deletions

5
package-lock.json generated
View File

@ -15487,6 +15487,11 @@
"integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
"dev": true
},
"vanilla-tilt": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/vanilla-tilt/-/vanilla-tilt-1.4.1.tgz",
"integrity": "sha512-yZS4jIejmhqThLlwzJ5juPwDMk6rtf+ekADDK1lAYNiw6H2VGAJr9bt8vCp+ED5kyK6sE0sMq6mxPfV8a/NdFw=="
},
"verror": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",

View File

@ -35,11 +35,11 @@
}}
</div>
<div class="introduction__link">
<a href="#project">
{{ introduction.nextSectionLink }}
</a>
</div>
{{> components/next-section-link
class="introduction__link"
name=introduction.nextSectionLink
}}
</div>
</div>
</section>