Skip to content

Commit f081f78

Browse files
committed
🔥(frontend) remove footer and legal pages
With the new ui, the footer and legal pages are no longer needed. This commit removes them.
1 parent 638e1ae commit f081f78

File tree

10 files changed

+0
-534
lines changed

10 files changed

+0
-534
lines changed

src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/frontend/apps/impress/src/features/footer/Footer.tsx

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/frontend/apps/impress/src/features/footer/assets/external-link.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/frontend/apps/impress/src/features/service-worker/service-worker.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ const precacheResources = [
9494
'/',
9595
'/index.html',
9696
'/404/',
97-
'/accessibility/',
98-
'/legal-notice/',
99-
'/personal-data-cookies/',
10097
FALLBACK.offline,
10198
FALLBACK.images,
10299
FALLBACK.docs,

src/frontend/apps/impress/src/layouts/MainLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Box } from '@/components';
22
import { useCunninghamTheme } from '@/cunningham';
3-
import { Footer } from '@/features/footer/Footer';
43
import { HEADER_HEIGHT, Header } from '@/features/header';
54

65
export function MainLayout({ children }: { children: React.ReactNode }) {
@@ -21,7 +20,6 @@ export function MainLayout({ children }: { children: React.ReactNode }) {
2120
</Box>
2221
</Box>
2322
</Box>
24-
<Footer />
2523
</Box>
2624
);
2725
}

src/frontend/apps/impress/src/layouts/PageLayout.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export * from './MainLayout';
2-
export * from './PageLayout';

0 commit comments

Comments
 (0)