We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d5725 commit 1c4fee4Copy full SHA for 1c4fee4
web/src/modules/browse/components/HomePageComponent.tsx
@@ -23,7 +23,6 @@ import {
23
CarouselPrevious,
24
} from '../../shared/components/client/Carousel';
25
import { WelcomeBanner } from '../WelcomeBanner';
26
-import { EventBanner } from '../EventBanner';
27
28
export const HomePageComponent = () => {
29
const { featuredSongsPage } = useFeaturedSongsProvider();
@@ -34,7 +33,7 @@ export const HomePageComponent = () => {
34
33
<>
35
{/* Welcome banner/Hero */}
36
<WelcomeBanner />
37
- <EventBanner />
+ {/* <EventBanner /> */}
38
39
{/* FEATURED SONGS */}
40
{featuredSongsPage.length > 0 && (
0 commit comments