Copy tweak for OutfitKnownGlitchesBadge
This commit is contained in:
parent
da2b8813c2
commit
99e887105c
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ function OutfitKnownGlitchesBadge({ appearance }) {
|
||||||
<Box key={`official-svg-is-incorrect-for-item-${item.id}`}>
|
<Box key={`official-svg-is-incorrect-for-item-${item.id}`}>
|
||||||
There's a glitch in the art for <i>{item.name}</i> that prevents us
|
There's a glitch in the art for <i>{item.name}</i> that prevents us
|
||||||
from showing the full-scale SVG version of the image. Instead, we're
|
from showing the full-scale SVG version of the image. Instead, we're
|
||||||
showing a PNG, which might look a bit blurry at larger screen sizes.
|
showing a PNG, which might look a bit blurry on larger screens.
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue