Skip to content

Commit 282c1ce

Browse files
committed
refactor(aside): add line breaks between hints and openAPI link
1 parent 634caf3 commit 282c1ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ApiExplorer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ import { Aside, Icon } from '@astrojs/starlight/components'
6969
<a class="input-hints cursor-pointer" href="#try-it-now"><code>pokemon-species/aegislash</code></a>,
7070
<a class="input-hints cursor-pointer" href="#try-it-now"><code>type/3</code></a>,
7171
<a class="input-hints cursor-pointer" href="#try-it-now"><code>ability/battle-armor</code></a>, or
72-
<a class="input-hints cursor-pointer" href="#try-it-now"><code>pokemon?limit=100000&offset=0</code></a>. Read the <a
73-
href="./v2/openapi/"
74-
>OpenAPI docs</a> for more options.
72+
<a class="input-hints cursor-pointer" href="#try-it-now"><code>pokemon?limit=100000&offset=0</code></a>.
73+
<br><br>
74+
Read the <a href="./v2/openapi/">OpenAPI docs</a> for more options.
7575
</Aside>
7676

7777
<div

0 commit comments

Comments
 (0)