Skip to content

Commit

Permalink
updated max labels to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitou-1412 committed Feb 1, 2024
1 parent 3478091 commit ee2fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const SECTION_DATA = [
},
];

const MAX_LABELS = 7;
const MAX_LABELS = 8;

const { REACT_APP_GOOGLE_API_KEY } = process.env;

Expand Down

0 comments on commit ee2fdb5

Please sign in to comment.