Skip to content

Commit

Permalink
remove hero logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Darken141 committed Jun 26, 2023
1 parent c7555dc commit 785f9b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/hero-section/hero-section.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@ const HeroSection = () => {
</OverlayBackground>

<motion.div variants={heroVariants} initial="hidden" animate="visible">
<LogoFigure variants={logoVariants}>
{/* <LogoFigure variants={logoVariants}>
<Image
src={'/assets/hero-section/hydra-logo.svg'}
alt={'Hydra logo'}
width={'100%'}
height={'100%'}
style={{ objectFit: 'contain' }}
/>
</LogoFigure>
</LogoFigure> */}

<TagWrapper>
<TagContainer
Expand Down Expand Up @@ -672,7 +672,7 @@ const Footer = styled(motion.div)`
@media all and (min-width: ${({ theme }) => theme.breakpoints.sm}) {
@media all and (min-width: ${({ theme }) => theme.breakpoints.md}) {
visibility: visible;
margin-top: 3.6rem;
margin-top: 8.6rem;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 785f9b6

Please sign in to comment.