limit tags to 1 for recommended claim previews
This commit is contained in:
parent
2ee1855484
commit
cc4ba46403
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as React from 'react';
|
|||
import classnames from 'classnames';
|
||||
import Button from 'component/button';
|
||||
|
||||
const SLIM_TAGS = 2;
|
||||
const SLIM_TAGS = 1;
|
||||
const NORMAL_TAGS = 4;
|
||||
const LARGE_TAGS = 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue