Skip to content

Commit

Permalink
fix(index): remove unused youtube embed component
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Dec 3, 2023
1 parent 1089c7c commit 84ffd1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/index-page/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { AppFeatures } from '../../constants/features'
import styles from './Hero.module.css'
import PureImages from '../backgrounds/pure-images';
import Image from 'next/image';
import { YouTubeEmbed } from '@next/third-parties/dist/google'
import buttonStyles from '../../components/button/lighten.module.css';

function useLoad() {
Expand All @@ -35,7 +34,7 @@ function VideoTipsArea() {

return null

return <YouTubeEmbed videoid="0eQASJHQIGk" height={400} params="controls=0" />
// return <YouTubeEmbed videoid="0eQASJHQIGk" height={400} params="controls=0" />

return (
<div className='flex-1'>
Expand Down

0 comments on commit 84ffd1f

Please sign in to comment.