We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b7b62 commit 351ea3cCopy full SHA for 351ea3c
src/components/banner/index.tsx
@@ -18,11 +18,9 @@ type BannerType = {
18
};
19
20
// BANNERS is an array of banner objects. You can add as many as you like. If
21
-// you need to disable all banners, set BANNERS to an empty array. Each banner
+// you need to disable all banners, simply delete them from the array. Each banner
22
// is evaluated in order, and the first one that matches will be shown.
23
//
24
-// Example:
25
-//
26
// Examples:
27
// appearsOn = []; // This is disabled
28
// appearsOn = ['^/$']; // This is enabled on the home page
0 commit comments