diff --git a/src/components/ItemTooltip/index.jsx b/src/components/ItemTooltip/index.jsx index 6f41a27963..4f9c65b601 100644 --- a/src/components/ItemTooltip/index.jsx +++ b/src/components/ItemTooltip/index.jsx @@ -211,7 +211,7 @@ const AbilityComponent = styled.div` margin: 10px 9px; & .ability-name { - font-size: 14px; + font-size: 13px; font-weight: bold; vertical-align: middle; padding-left: 4px; diff --git a/src/components/Visualizations/inflictorWithValue.jsx b/src/components/Visualizations/inflictorWithValue.jsx index abcc88bd94..42dffd9f13 100644 --- a/src/components/Visualizations/inflictorWithValue.jsx +++ b/src/components/Visualizations/inflictorWithValue.jsx @@ -225,7 +225,7 @@ class InflictorWithValue extends React.Component { onMouseEnter={this.setShowTooltip} > {(!type || type === 'purchase' || type === 'backpack' || type === 'neutral') && - + Dota 2 Logo } {type === 'buff' &&