Skip to content

Commit 9767aba

Browse files
committed
[desktop] broken image url
1 parent 74b37d7 commit 9767aba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/desktop/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import Layout from "../../layouts/Layout.astro";
9292
<section class="feature-arguments">
9393
<figure class="figure">
9494
<img
95-
src="/public/desktop/Gephi Desktop Screenshot DtB.png"
95+
src="/desktop/Gephi Desktop Screenshot DtB.png"
9696
style="height: 315px"
9797
class="border figure-img img-fluid"
9898
alt=""
@@ -141,12 +141,12 @@ import Layout from "../../layouts/Layout.astro";
141141

142142
<section class="feature-arguments">
143143
<figure class="figure">
144-
<img src="/public/desktop/realtime_01.png" class="border figure-img img-fluid" alt="" />
144+
<img src="/desktop/realtime_01.png" class="border figure-img img-fluid" alt="" />
145145
<figcaption class="figure-caption text-muted text-center">Drag and drop nodes</figcaption>
146146
</figure>
147147

148148
<figure class="figure">
149-
<img src="/public/desktop/realtime_02.png" class="border figure-img img-fluid" alt="" />
149+
<img src="/desktop/realtime_02.png" class="border figure-img img-fluid" alt="" />
150150
<figcaption class="figure-caption text-muted text-center">Highlight neighbors</figcaption>
151151
</figure>
152152
</section>
@@ -181,12 +181,12 @@ import Layout from "../../layouts/Layout.astro";
181181

182182
<section class="feature-arguments">
183183
<figure class="figure">
184-
<img src="/public/desktop/layout_02.png" class="border figure-img img-fluid" alt="" />
184+
<img src="/desktop/layout_02.png" class="border figure-img img-fluid" alt="" />
185185
<figcaption class="figure-caption text-muted text-center">Separate clusters</figcaption>
186186
</figure>
187187

188188
<figure class="figure">
189-
<img src="/public/desktop/layout_01.png" class="border figure-img img-fluid" alt="" />
189+
<img src="/desktop/layout_01.png" class="border figure-img img-fluid" alt="" />
190190
<figcaption class="figure-caption text-muted text-center">Keep your network compact</figcaption>
191191
</figure>
192192
</section>

0 commit comments

Comments
 (0)