Skip to content

Commit

Permalink
Removed the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Motter360 authored and glitchedmob committed Mar 5, 2025
1 parent 1e69212 commit 83863dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
49 changes: 0 additions & 49 deletions src/components/Banner/banner.jsx

This file was deleted.

86 changes: 0 additions & 86 deletions src/components/Banner/banner.module.scss

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Banner } from '@/components/Banner/banner.jsx';
import { Footer } from '@/components/Footer/Footer';
import { Navbar } from '@/components/Navbar/Navbar';
import styles from './layout.module.scss';
Expand All @@ -12,7 +11,6 @@ export function Layout({ children }: ILayout): JSX.Element {
<div className={styles.pageContainer}>
<div className={styles.contentWrapper}>
<Navbar />
<Banner />
{children}
</div>
<Footer />
Expand Down

0 comments on commit 83863dd

Please sign in to comment.