Skip to content

Commit 2ca78c9

Browse files
committed
Remove disclaimer banner from the app
1 parent e474350 commit 2ca78c9

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

frontend/app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { BlockStateTracker } from '@/components/block-state-tracker'
22
import { BlockTimeExecutionTracker } from '@/components/block-time-tracker'
33
import { BlogBanner } from '@/components/common/blog-banner'
4-
import { DisclaimerBanner } from '@/components/common/disclaimer-banner'
54
import { PageHeader } from '@/components/common/page-header'
65
import { SectionSeparator } from '@/components/common/section-separator'
76
import { HotAccountsBubbleMap } from '@/components/hot-accounts-bubble-map'
@@ -13,7 +12,6 @@ import { CornerDecorationsContainer } from '@/components/ui/corner-decorations-c
1312
export default function Home() {
1413
return (
1514
<div className="min-h-screen text-white font-sans">
16-
<DisclaimerBanner />
1715
<BlogBanner />
1816
<main className="py-6 px-4 max-w-7xl mx-auto sm:py-8 sm:px-6 md:py-12 flex flex-col">
1917
{/* Sections container with continuous left/right borders */}

frontend/components/common/disclaimer-banner.tsx

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

0 commit comments

Comments
 (0)