Skip to content

Commit 351ea3c

Browse files
committed
be more specific
1 parent 72b7b62 commit 351ea3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/banner/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ type BannerType = {
1818
};
1919

2020
// 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
21+
// you need to disable all banners, simply delete them from the array. Each banner
2222
// is evaluated in order, and the first one that matches will be shown.
2323
//
24-
// Example:
25-
//
2624
// Examples:
2725
// appearsOn = []; // This is disabled
2826
// appearsOn = ['^/$']; // This is enabled on the home page

0 commit comments

Comments
 (0)