Skip to content

Commit

Permalink
fix: home video
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Nov 29, 2023
1 parent dede1c0 commit 3ae7675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/ui/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Home = () => {
return (
<>
<StyledInnerWrapperEdit>
{!user && <HeaderText />}
{/* {!user && <HeaderText />} */}
{user ? (
<>
<StyledWrapper>
Expand All @@ -49,15 +49,15 @@ const Home = () => {
</>
) : (
<>
<StyledIframe
{/* <StyledIframe
width='560'
height='315'
src={`https://www.youtube.com/embed/${import.meta.env.REACT_APP_YOUTUBE_VIDEO_ID}`}
title='YouTube video player'
frameBorder='0'
allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture'
allowFullScreen
></StyledIframe>
></StyledIframe> */}

<DiscoverTeamAgents />
<DiscoverSystemAgents />
Expand Down

0 comments on commit 3ae7675

Please sign in to comment.