Skip to content

Commit 2d2c818

Browse files
committed
Add React 19 banner.
1 parent e0d4b8a commit 2d2c818

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

theme.config.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ const config: DocsThemeConfig = {
1515
defaultTheme: "system",
1616
},
1717
docsRepositoryBase: "https://github.com/samvera-labs/clover-iiif",
18+
19+
banner: {
20+
// tada icon and react 19 support notification
21+
text: "🎉 React 19 support is here! Clover IIIF v3.0.0 will can work with the latest React frameworks.",
22+
dismissible: true,
23+
},
1824
footer: {
1925
text: "Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.",
2026
},

0 commit comments

Comments
 (0)