Skip to content

Commit c764dc6

Browse files
refactor: remove AnimatedBackground component from Layout (#378)
1 parent 4b765c2 commit c764dc6

File tree

2 files changed

+0
-302
lines changed

2 files changed

+0
-302
lines changed

src/components/AnimatedBackground.tsx

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

src/theme/Layout/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import OriginalLayout from '@theme-original/Layout';
3-
import { AnimatedBackground } from '../../components/AnimatedBackground';
43
import { CookieConsent } from '../../components/CookieConsent';
54
import { PostHogProvider } from '../../components/PostHogProvider';
65
import { TeamsBanner } from '../../components/TeamsBanner';
@@ -9,7 +8,6 @@ export default function Layout(props) {
98
return (
109
<PostHogProvider>
1110
<TeamsBanner />
12-
<AnimatedBackground />
1311
<OriginalLayout {...props} />
1412
<CookieConsent />
1513
</PostHogProvider>

0 commit comments

Comments
 (0)