diff --git a/app/javascript/gabsocial/components/modal/gif_picker_modal.js b/app/javascript/gabsocial/components/modal/gif_picker_modal.js index fc6224a5..db9392ff 100644 --- a/app/javascript/gabsocial/components/modal/gif_picker_modal.js +++ b/app/javascript/gabsocial/components/modal/gif_picker_modal.js @@ -262,7 +262,7 @@ class GifCategoriesCollection extends PureComponent { src={category.image} />
- + {category.searchterm}
diff --git a/app/javascript/gabsocial/components/text.js b/app/javascript/gabsocial/components/text.js index 2d18f860..2b973e44 100644 --- a/app/javascript/gabsocial/components/text.js +++ b/app/javascript/gabsocial/components/text.js @@ -103,7 +103,8 @@ export default class Text extends PureComponent { colorWhite: color === COLORS.white, inherit: color === COLORS.inherit, - fs19PX: size === SIZES.large, + fs19PX: size === SIZES.extraLarge, + fs16PX: size === SIZES.large, fs15PX: size === SIZES.medium, fs14PX: size === SIZES.normal, fs13PX: size === SIZES.small, diff --git a/app/javascript/gabsocial/components/user_stat.js b/app/javascript/gabsocial/components/user_stat.js index da59b417..a5ef03cf 100644 --- a/app/javascript/gabsocial/components/user_stat.js +++ b/app/javascript/gabsocial/components/user_stat.js @@ -60,7 +60,7 @@ export default class UserStat extends PureComponent { onMouseEnter={this.handleOnMouseEnter} onMouseLeave={this.handleOnMouseLeave} > - + {value}