Skip to content

Commit 5194d38

Browse files
committed
update video desc
1 parent 81ae213 commit 5194d38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/landing/Hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import LandingHeader from './LandingHeader';
33
import GitHubButton from 'react-github-btn';
4-
4+
import { VolumeX } from 'lucide-react'
55
export default function Hero() {
66
return (
77
<div className="relative isolate overflow-hidden bg-white">

src/landing/HeroExample.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import React, { useEffect, useState } from 'react';
22
import LandingSection from './LandingSection';
33
import { Code, LayoutDashboard, List, PlayCircle } from 'lucide-react';
44
import { useTabs } from './tabs/useTabs';
5-
import { Framer } from './tabs/framer';
6-
5+
import { VolumeX } from 'lucide-react';
76
const tabs = [
87
{
98
label: 'Scripts',
@@ -105,7 +104,7 @@ export default function HeroExample() {
105104
onClick={() => setPlayed(true)}
106105
className="text-gray-700 hover:text-blue-400 cursor-pointer transition-all"
107106
/>
108-
<span className="text-gray-700 font-bold text-2xl">Windmill in 58 secs</span>
107+
<span className="text-gray-700 font-bold text-2xl inline-flex gap-2 items-center ">A tour of Windmill in 58s <div className='inline-flex items-center'>(<VolumeX size="30px" />)</div></span>
109108
</div>
110109
</div>
111110
)}

src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import IntergrationList from '../landing/IntergrationList';
88
import LandingSection from '../landing/LandingSection';
99
import CallToAction from '../landing/CallToAction';
1010
import EntrepriseFeatures from '../landing/EntrepriseFeatures';
11+
import Head from '@docusaurus/Head';
1112

1213
import HeroExample from '../landing/HeroExample';
1314

0 commit comments

Comments
 (0)