Skip to content

Commit

Permalink
Merge pull request #452 from ourzora/remove-zora-footer
Browse files Browse the repository at this point in the history
Remove zora footer
  • Loading branch information
neokry committed Mar 22, 2024
2 parents ff82f24 + 76590e7 commit 2ae4346
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
3 changes: 0 additions & 3 deletions apps/web/src/layouts/DefaultLayout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Box, Flex, Text } from '@zoralabs/zord'
import Link from 'next/link'
import React from 'react'

import { MadeWithZoraFooter } from './MadeWithZoraFooter'
import { footerContent, footerLink, footerWrapper } from './Nav.styles.css'

export const Footer = () => {
Expand Down Expand Up @@ -79,8 +78,6 @@ export const Footer = () => {
</Flex>
</Flex>
</Box>

<MadeWithZoraFooter backgroundColor="background1" color="text3" mb={'x0'} />
</Box>
</Box>
</Box>
Expand Down
55 changes: 0 additions & 55 deletions apps/web/src/layouts/DefaultLayout/MadeWithZoraFooter.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions apps/web/src/layouts/HomeLayout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React from 'react'

import { Icon } from 'src/components/Icon'

import { MadeWithZoraFooter } from '../DefaultLayout/MadeWithZoraFooter'
import {
footerHeading,
footerLeftWrapper,
Expand Down Expand Up @@ -105,11 +104,6 @@ export const Footer = () => {
</Grid>
</Stack>
</Flex>
<MadeWithZoraFooter
backgroundColor={'primary'}
color={'onAccent'}
mb={{ '@initial': 'x4', '@768': 'x8' }}
/>
</Stack>
)
}

0 comments on commit 2ae4346

Please sign in to comment.