Skip to content

Commit 4b153b7

Browse files
committed
fix CI
1 parent 89d6588 commit 4b153b7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

crowdsec-docs/src/components/home-page/quick-start.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ForwardIcon from "@mui/icons-material/Forward";
2-
import MonitorHeartIcon from "@mui/icons-material/MonitorHeart";
32
import HubIcon from "@mui/icons-material/Hub";
3+
import MonitorHeartIcon from "@mui/icons-material/MonitorHeart";
44
import cibApple from "@site/static/img/logo/apple-colored.svg";
55
import cibDocker from "@site/static/img/logo/docker-colored.svg";
66
import 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

0 commit comments

Comments
 (0)