File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Demo (storybook): https://mastermindzh.github.io/react-cookie-consent/
28
28
- [ Changing the button font-weight to bold] ( #changing-the-button-font-weight-to-bold )
29
29
- [ Using predefined CSS classes] ( #using-predefined-css-classes )
30
30
- [ Accept on scroll] ( #accept-on-scroll )
31
- - [ Flipping the buttons] ( #flipping -the-buttons )
31
+ - [ Reordering the buttons] ( #reordering -the-buttons )
32
32
- [ Extra cookie options] ( #extra-cookie-options )
33
33
- [ Rainbows!] ( #rainbows )
34
34
- [ Overlay] ( #overlay )
@@ -280,7 +280,7 @@ If you enable the manage Button button you can pass along the "buttonOrders" pro
280
280
281
281
``` js
282
282
< CookieConsent enableManageButton buttonOrder= {[" manageButton" , " declineButton" , " acceptButton" ]}>
283
- Flipped buttons
283
+ reordered buttons
284
284
< / CookieConsent>
285
285
```
286
286
You can’t perform that action at this time.
0 commit comments