File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments