Skip to content

Commit 62a9d8c

Browse files
committed
Clarifies links above call to actions in homepage
1 parent 5c4f893 commit 62a9d8c

1 file changed

Lines changed: 15 additions & 19 deletions

File tree

src/pages/index.astro

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ import Layout from "../layouts/Layout.astro";
2525
<Image src="/icons/gephi-desktop-logo.svg" alt="Gephi logo" class="h-100" width="130" height="130" />
2626
</a>
2727
<div class="flex-shrink-0">
28-
<a href="/desktop" class="no-decoration">
29-
<h2 class="gephi-font">Gephi</h2>
30-
<p class="fs-4">
31-
Desktop application &nbsp;
32-
<Icon name="ph:apple-logo" />
33-
<Icon name="ph:windows-logo" />
34-
<Icon name="ph:linux-logo" />
35-
</p>
36-
</a>
28+
<h2 class="gephi-font"><a href="/desktop" class="text-black">Gephi</a></h2>
29+
<p class="fs-4">
30+
Desktop application &nbsp;
31+
<Icon name="ph:apple-logo" />
32+
<Icon name="ph:windows-logo" />
33+
<Icon name="ph:linux-logo" />
34+
</p>
3735
<DownloadGephiDesktop buttonClass="btn btn-dark fs-4 me-1 fw-bold" />
3836
</div>
3937
</div>
@@ -48,16 +46,14 @@ import Layout from "../layouts/Layout.astro";
4846
/>
4947
</a>
5048
<div class="flex-shrink-0">
51-
<a href="/lite" class="no-decoration">
52-
<h2 class="gephi-font">Gephi Lite</h2>
53-
<p class="fs-4">
54-
Online tool &nbsp;
55-
<Icon name="ph:desktop" />
56-
<Icon name="ph:laptop" />
57-
<Icon name="ph:device-tablet-camera" />
58-
<Icon name="ph:device-mobile-camera" />
59-
</p>
60-
</a>
49+
<h2 class="gephi-font"><a href="/lite" class="text-white">Gephi Lite</a></h2>
50+
<p class="fs-4">
51+
Online tool &nbsp;
52+
<Icon name="ph:desktop" />
53+
<Icon name="ph:laptop" />
54+
<Icon name="ph:device-tablet-camera" />
55+
<Icon name="ph:device-mobile-camera" />
56+
</p>
6157
<a href="https://lite.gephi.org" class="btn btn-light fs-4 fw-bold"
6258
><Icon name="ph:arrow-square-out-bold" /> Open in browser</a
6359
>

0 commit comments

Comments
 (0)