Updated the default class name

• Updated:
- the default class name
This commit is contained in:
mgabdev
2020-08-18 15:49:11 -05:00
parent d5ad398d53
commit 176ddc22f2
174 changed files with 812 additions and 812 deletions

View File

@@ -14,7 +14,7 @@ export default class TrendsItemPlaceholder extends React.PureComponent {
const subtitle3Width = getRandomInt(120, 225)
return (
<div className={[_s._, _s.px15, _s.py10, _s.pb5, _s.mb5].join(' ')}>
<div className={[_s.d, _s.px15, _s.py10, _s.pb5, _s.mb5].join(' ')}>
<PlaceholderLayout viewBox='0 0 340 138'>
<rect x='0' y='0' rx='3' ry='3' width={title1Width} height='12' />
<rect x='0' y='23' rx='3' ry='3' width={title2Width} height='12' />