Skip to content

Commit

Permalink
Merge pull request #3147 from odota/revert-3143-Argn0-patch-3
Browse files Browse the repository at this point in the history
Revert "Test fix for item images loading in too large on Firefox"
  • Loading branch information
howardchung committed Feb 1, 2024
2 parents d731599 + 9f9daee commit 4539784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Visualizations/inflictorWithValue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class InflictorWithValue extends React.Component {
onMouseEnter={this.setShowTooltip}
>
{(!type || type === 'purchase' || type === 'backpack' || type === 'neutral') &&
<object data={image} height="27px" width="37px" type="image/png">
<object data={image} height="27px" type="image/png">
<img src="/assets/images/Dota2Logo.svg" alt="Dota 2 Logo" style={{ filter: 'grayscale(60%)', height: '27px' }} />
</object>}
{type === 'buff' &&
Expand Down

0 comments on commit 4539784

Please sign in to comment.