Skip to content

Commit b179a59

Browse files
enhance: Add online sandbox option to homepage (#720)
1 parent 7a18b96 commit b179a59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crowdsec-docs/src/pages/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function HomepageHeader() {
3434
className="tw-h-20 tw-w-28 md:tw-h-24 md:tw-w-auto"
3535
/>
3636
</div>
37-
<div className="tw-flex tw-justify-start tw-gap-2">
37+
<div className="tw-flex tw-flex-col md:tw-flex-row md:tw-justify-start tw-gap-2">
3838
<Link
3939
className="button tw-bg-primary tw-text-white hover:tw-text-white/80 hover:tw-bg-primary/80 active:tw-bg-primary/90"
4040
to="/u/getting_started/intro"
@@ -47,6 +47,13 @@ function HomepageHeader() {
4747
>
4848
Explore the Console
4949
</Link>
50+
<Link
51+
className="button tw-text-white hover:tw-text-white hover:tw-bg-white/10 active:tw-bg-white/20"
52+
to="https://killercoda.com/iiamloz/scenario/crowdsec-setup"
53+
>
54+
Online Sandbox
55+
</Link>
56+
5057
</div>
5158
</div>
5259

0 commit comments

Comments
 (0)