Skip to content

Commit 0e710ee

Browse files
committed
removed endDate to banner
1 parent f1d960b commit 0e710ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
1515
suppressHydrationWarning
1616
>
1717
<body className="flex flex-col min-h-screen" suppressHydrationWarning>
18-
<Banner id="chainhooks-deprecation" endDate="2026-03-10">
18+
<Banner id="chainhooks-deprecation">
1919
Hosted Chainhooks v1 and L1 APIs (Ordinals, Runes, BRC20) deprecated March 9th, please migrate now!
2020
</Banner>
2121
<QueryProvider>

0 commit comments

Comments
 (0)