mirror of
https://github.com/status-im/artproject.git
synced 2025-02-23 05:08:24 +00:00
Use next-section-link component
This commit is contained in:
parent
7c3788b47b
commit
99b9e6f9fe
5
package-lock.json
generated
5
package-lock.json
generated
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user