We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1621b commit 7ca442aCopy full SHA for 7ca442a
1 file changed
_layouts/index.html
@@ -42,19 +42,16 @@ <h1 class="m-3 m-lg-5 main-title">
42
>
43
</a>
44
45
- <div>
46
- <button
47
- type="button"
48
- disabled
49
- class="btn btn-primary btn-lg small-caps my-2"
+ <a
+ href="/datalab"
+ class="btn btn-primary btn-lg small-caps d-flex align-items-center my-2"
+ >
+ <span>go to <b>Impresso data lab</b></span>
50
+ <span class="ms-2 icon-container">
51
+ {% include icons/arrow-right.svg %}</span
52
- <span>go to <b>Impresso data lab</b></span>
- <span class="ms-2 icon-container">
53
- {% include icons/arrow-right.svg %}</span
54
- >
55
- </button>
56
- <p class="ms-4">(Coming soon!)</p>
57
- </div>
+ </a>
+
58
</section>
59
</div>
60
<div class="col-md-9 offset-md-3 col-lg-3 offset-lg-0 g-0 pt-3 pt-lg-5">
0 commit comments