mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Reduce threshold for mobile
This commit is contained in:
parent
2bef4fa840
commit
2553228d4c
@ -9,7 +9,7 @@ import {
|
||||
Row
|
||||
} from 'react-bootstrap';
|
||||
|
||||
const answerThreshold = 200;
|
||||
const answerThreshold = 100;
|
||||
|
||||
export default contain(
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user