Skip to content

Commit 2d40608

Browse files
committed
fix: apply deno fmt to homepage command line
1 parent 3a59367 commit 2d40608

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

www/components/homepage/Hero.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export function Hero() {
1919
</p>
2020
<div class="mt-12 flex flex-wrap justify-center items-stretch md:justify-start gap-4">
2121
<FancyLink href="/docs/getting-started">Get started</FancyLink>
22-
<CopyArea code={`deno run -RW --allow-net=jsr.io --allow-run=deno -r jsr:@fresh/init`} />
22+
<CopyArea
23+
code={`deno run -RW --allow-net=jsr.io --allow-run=deno -r jsr:@fresh/init`}
24+
/>
2325
</div>
2426
</div>
2527
<div class="md:col-span-2 flex justify-center items-end pb-8 md:pb-32">

0 commit comments

Comments
 (0)