Skip to content

Commit

Permalink
fix: changing max num of highlights (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiram15 authored Sep 16, 2024
1 parent 671ce54 commit d1a270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContentHighlights/data/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const TAB_TITLES = {
export const MAX_HIGHLIGHT_TITLE_LENGTH = 60;

// Max highlight sets per enterprise curation
export const MAX_HIGHLIGHT_SETS_PER_ENTERPRISE_CURATION = 12;
export const MAX_HIGHLIGHT_SETS_PER_ENTERPRISE_CURATION = 16;

// Max number of content items per highlight set
export const MAX_CONTENT_ITEMS_PER_HIGHLIGHT_SET = 24;
Expand Down

0 comments on commit d1a270f

Please sign in to comment.