Skip to content

Commit 0d65225

Browse files
author
4LB
committed
add ACL video
1 parent 3c4e3b9 commit 0d65225

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/pages/index.astro

+8-6
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,14 @@ const tags = [
125125
</div>
126126

127127
<div slot="right">
128-
<p>
129-
<em>“Having ACL and user lifecycle in one place saved us from building custom scripts or messing with separate solutions.”</em>
130-
</p>
131-
<p>
132-
Head of Infosec
133-
</p>
128+
<YouTubeVideo
129+
videoId="F61_5mR2UpM"
130+
title="Your video title"
131+
showControls={true}
132+
showInfo={true}
133+
allowFullscreen={true}
134+
rel={false}
135+
/>
134136
</div>
135137
</FlexibleSection>
136138
<FlexibleSection

0 commit comments

Comments
 (0)