@rpg-engine/long-bow 0.8.41 → 0.8.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +2 -2
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/InformationCenter/sections/tutorials/InformationCenterTutorialsSection.tsx +2 -2
package/package.json
CHANGED
package/src/components/InformationCenter/sections/tutorials/InformationCenterTutorialsSection.tsx
CHANGED
|
@@ -19,8 +19,8 @@ interface ITutorialsSectionProps {
|
|
|
19
19
|
tabId: string;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
const ITEMS_PER_PAGE =
|
|
23
|
-
const GRID_COLUMNS =
|
|
22
|
+
const ITEMS_PER_PAGE = 4;
|
|
23
|
+
const GRID_COLUMNS = 4;
|
|
24
24
|
|
|
25
25
|
export const InformationCenterTutorialsSection: React.FC<ITutorialsSectionProps> = ({
|
|
26
26
|
videoGuides,
|