diff --git a/frontend/assets/svg/files/header-logo-20th.svg b/frontend/assets/svg/files/header-logo-20th.svg deleted file mode 100644 index e45457f2..00000000 --- a/frontend/assets/svg/files/header-logo-20th.svg +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/frontend/assets/svg/files/index.tsx b/frontend/assets/svg/files/index.tsx index c95e5119..68dec879 100644 --- a/frontend/assets/svg/files/index.tsx +++ b/frontend/assets/svg/files/index.tsx @@ -2,7 +2,6 @@ import { chakra } from '@chakra-ui/react'; import SvgProductListEmptyStateIllustration from './product-list-empty-state-illustration.svg'; import SvgQualityGuarantee from './quality-guarantee.svg'; import SvgSearchEmptyStateIllustration from './search-empty-state-illustration.svg'; -import HeaderLogo20th from './header-logo-20th.svg'; export const ProductListEmptyStateIllustration = chakra( SvgProductListEmptyStateIllustration @@ -11,4 +10,3 @@ export const QualityGuarantee = chakra(SvgQualityGuarantee); export const SearchEmptyStateIllustration = chakra( SvgSearchEmptyStateIllustration ); -export const Wordmark20th = chakra(HeaderLogo20th); diff --git a/frontend/layouts/default/index.tsx b/frontend/layouts/default/index.tsx index 4dfe73b3..0fce38ba 100644 --- a/frontend/layouts/default/index.tsx +++ b/frontend/layouts/default/index.tsx @@ -1,4 +1,3 @@ -import { Wordmark20th } from '@assets/svg/files'; import { Alert, AlertIcon, @@ -6,7 +5,6 @@ import { Box, DrawerCloseButton, Flex, - Icon, MenuDivider, MenuGroup, MenuList, @@ -69,6 +67,7 @@ import { UserMenuHeading, MenuItemIcon, UserMenuLink, + Wordmark, WordmarkLink, useHeaderContext, } from '@ifixit/ui'; @@ -205,14 +204,8 @@ const DefaultLayoutComponent = function ({ href="/" aria-label="Go to homepage" pr="4" - title="iFixit turns 20" - padding={0} > - + {menu && ( @@ -364,14 +357,8 @@ function LayoutNavigationDrawer({ menu }: LayoutNavigationDrawerProps) { return ( - - + + {menu.items.map((item, index) => {