Skip to content

Commit 605cb64

Browse files
committed
lander
1 parent 1a83ce2 commit 605cb64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/src/components/Lander.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ if (image) {
6363
</div>
6464
<div>
6565
<p>Architecture</p>
66-
<div>
66+
<a href="/docs/how-it-works/">
6767
<Diagram class="image" />
68-
</div>
68+
</a>
6969
</div>
7070
</section>
7171

@@ -164,7 +164,7 @@ section.images {
164164
border-style: solid;
165165
border-color: var(--sl-color-white);
166166

167-
& > div {
167+
& > div, a {
168168
flex: 1;
169169
display: flex;
170170
align-items: center;

0 commit comments

Comments
 (0)