Skip to content

Commit c250676

Browse files
committed
docs: Remove BF banner
1 parent e9e0621 commit c250676

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

docs/src/theme.config.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ export default {
2323
color: {
2424
hue: {light: 210, dark: 195}
2525
},
26-
banner: {
27-
key: 'black-friday-2025',
28-
content: (
29-
<div className="text-center">
30-
<a
31-
className="underline"
32-
href="https://learn.next-intl.dev"
33-
rel="noreferrer"
34-
target="_blank"
35-
>
36-
learn.next-intl.dev
37-
</a>{' '}
38-
is -40% off for Black Friday
39-
</div>
40-
)
41-
},
26+
// banner: {
27+
// key: 'black-friday-2025',
28+
// content: (
29+
// <div className="text-center">
30+
// <a
31+
// className="underline"
32+
// href="https://learn.next-intl.dev"
33+
// rel="noreferrer"
34+
// target="_blank"
35+
// >
36+
// learn.next-intl.dev
37+
// </a>{' '}
38+
// is -40% off for Black Friday
39+
// </div>
40+
// )
41+
// },
4242
components: {
4343
pre: Pre
4444
},

0 commit comments

Comments
 (0)