Skip to content

Commit 034a7e5

Browse files
committed
update youtube video text
1 parent 1db17fa commit 034a7e5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

website/src/pages/index.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ const Home: React.FC = () => {
66
return (
77
<Layout description="React Image Focal Point provides a simple way to center a cropped image on a specific point.">
88
<Header />
9-
<main>
10-
<p>TODO: Add youtube video</p>
9+
<main style={{ display: 'flex', justifyContent: 'center', alignContent: 'center', flex: 1 }}>
10+
<p
11+
style={{
12+
alignSelf: 'center',
13+
}}
14+
className="hero__subtitle"
15+
>
16+
{' '}
17+
Video tutorial comming soon
18+
</p>
1119
</main>
1220
</Layout>
1321
);

0 commit comments

Comments
 (0)