Skip to content

Commit c5ac358

Browse files
committed
style(site): restore the footer link line break
Refs #19
1 parent f772839 commit c5ac358

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site/src/pages/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ const endpoints = [
330330
<div class="foot-links">
331331
<a href={ghUrl} target="_blank" rel="noopener">GitHub</a>
332332
<a href={`${base}docs`}>API reference</a>
333-
<a href="#playground">Playground</a> </div>
333+
<a href="#playground">Playground</a>
334+
</div>
334335
</div>
335336
<p class="foot-warn">⚠ Curated, growing dataset — not yet an exhaustive catalog of every device.</p>
336337
<p class="foot-engine">Validated, scored &amp; served by <a href={engineUrl} target="_blank" rel="noopener"><span class="mark">T</span>TechEngine</a> — the open data + scoring engine.</p>

0 commit comments

Comments
 (0)