Skip to content

Commit 56f59a7

Browse files
committed
docs: v4 banner
1 parent 0825f08 commit 56f59a7

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

docs/src/theme.config.tsx

+3-12
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,12 @@ export default {
2727
pre: Pre
2828
},
2929
banner: {
30-
key: 'banner-learn-next-intl',
3130
content: (
3231
<div className="text-center">
33-
Announcing{' '}
34-
<a
35-
className="underline"
36-
href="https://learn.next-intl.dev"
37-
rel="noreferrer"
38-
target="_blank"
39-
>
40-
learn.next-intl.dev
41-
</a>
42-
!
32+
You‘re viewing the next-intl 4 beta docs
4333
</div>
44-
)
34+
),
35+
dismissible: false
4536
},
4637
footer: {
4738
component: Footer

0 commit comments

Comments
 (0)