File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
crowdsec-docs/src/components/home-page Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11import ForwardIcon from "@mui/icons-material/Forward" ;
2- import MonitorHeartIcon from "@mui/icons-material/MonitorHeart" ;
32import HubIcon from "@mui/icons-material/Hub" ;
3+ import MonitorHeartIcon from "@mui/icons-material/MonitorHeart" ;
44import cibApple from "@site/static/img/logo/apple-colored.svg" ;
55import cibDocker from "@site/static/img/logo/docker-colored.svg" ;
66import cibFreebsd from "@site/static/img/logo/freebsd-colored.svg" ;
@@ -109,7 +109,13 @@ const QuickStart = (): React.JSX.Element => {
109109 ) ) }
110110 </ div >
111111 < div className = "grid grid-cols-1 gap-4 mt-4" >
112- < HomePageItem title = "Installation Heathcheck" description = "" link = "/u/getting_started/health_check" icon = { MonitorHeartIcon } key = "Installation Heathcheck" />
112+ < HomePageItem
113+ title = "Installation Heathcheck"
114+ description = ""
115+ link = "/u/getting_started/health_check"
116+ icon = { MonitorHeartIcon }
117+ key = "Installation Heathcheck"
118+ />
113119 </ div >
114120 < p className = "text-xs mt-1 mb-4 text-foreground/70 text-right" >
115121 *Logos and trademarks, such as the logos above, are the property of their respective owners and are used here for
You can’t perform that action at this time.
0 commit comments