Skip to content

Commit

Permalink
Remove the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MytsV authored and maany committed Jan 27, 2025
1 parent 21ee8e0 commit 79d31e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/component-library/features/layout/Footer.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/component-library/pages/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import React, { ReactNode } from 'react';
import { Header } from '@/component-library/features/layout/Header';
import { Footer } from '@/component-library/features/layout/Footer';
import { Toaster } from '@/component-library/atoms/toast/Toaster';
import { useQuery } from '@tanstack/react-query';
import { SiteHeaderViewModel } from '@/lib/infrastructure/data/view-model/site-header';
Expand Down Expand Up @@ -46,7 +45,6 @@ export const Layout = ({ children }: LayoutProps) => {
<Header siteHeader={siteHeaderViewModel} siteHeaderError={siteHeaderError} isSiteHeaderFetching={isSiteHeaderFetching} />
<main className="flex flex-col grow px-4 py-6 sm:px-8 md:px-12 lg:px-24 xl:px-32 2xl:px-48 3xl:px-64">{children}</main>
<Toaster />
<Footer />
</div>
);
};

0 comments on commit 79d31e5

Please sign in to comment.