Skip to content

Commit 7ca442a

Browse files
authored
fix #103 go to datalab!
Co-authored-by: Daniele Guido <1181642+danieleguido@users.noreply.github.com>
1 parent 0f1621b commit 7ca442a

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

_layouts/index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,16 @@ <h1 class="m-3 m-lg-5 main-title">
4242
>
4343
</a>
4444
&nbsp;
45-
<div>
46-
<button
47-
type="button"
48-
disabled
49-
class="btn btn-primary btn-lg small-caps my-2"
45+
<a
46+
href="/datalab"
47+
class="btn btn-primary btn-lg small-caps d-flex align-items-center my-2"
48+
>
49+
<span>go to <b>Impresso data lab</b></span>
50+
<span class="ms-2 icon-container">
51+
{% include icons/arrow-right.svg %}</span
5052
>
51-
<span>go to <b>Impresso data lab</b></span>
52-
<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>
53+
</a>
54+
5855
</section>
5956
</div>
6057
<div class="col-md-9 offset-md-3 col-lg-3 offset-lg-0 g-0 pt-3 pt-lg-5">

0 commit comments

Comments
 (0)