Skip to content

Commit 67e33af

Browse files
committed
Appease the linter
1 parent b948875 commit 67e33af

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

content/blog/browserpod-beta-announcement.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ import BrowserPodDemo_Beta from "@/components/BrowserPodDemo_Beta.svelte";
4949
]}
5050
/>
5151
</div>
52-
<figcaption class="text-center">Node 22 REPL running live in BrowserPod.</figcaption>
52+
<figcaption class="text-center">
53+
Node 22 REPL running live in BrowserPod.
54+
</figcaption>
5355
</figure>
5456

5557
# A bit of history
@@ -159,12 +161,12 @@ If you have feedback or questions, you can reach us in our channel Discord or vi
159161
import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro";
160162

161163
<div class="flex items-center gap-2 flex-wrap">
162-
<LinkButton
163-
type="secondary"
164-
href="https://github.com/leaningtech/browserpod-meta"
165-
iconLeft="fa-brands:github"
166-
label="GitHub Issues"
167-
/>
164+
<LinkButton
165+
type="secondary"
166+
href="https://github.com/leaningtech/browserpod-meta"
167+
iconLeft="fa-brands:github"
168+
label="GitHub Issues"
169+
/>
168170
</div>
169171

170172
We think BrowserPod has the potential to revolutionize client-side sandboxing, and we are looking to hear what you think

0 commit comments

Comments
 (0)