Compare commits

..

No commits in common. "b06149cf220fe06042ca2acd0df720dacf1eb87c" and "cd136aa6a5eeed7a51d0fbf5156bbfadf50088ae" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View file

@ -58,7 +58,7 @@ import { useDeleteOutfitMutation } from "../loaders/outfits";
* full width of the container, it doesn't look like it! * full width of the container, it doesn't look like it!
*/ */
function ItemsPanel({ outfitState, outfitSaving, loading, dispatchToOutfit }) { function ItemsPanel({ outfitState, outfitSaving, loading, dispatchToOutfit }) {
const { altStyleId, zonesAndItems, incompatibleItems } = outfitState; const { zonesAndItems, incompatibleItems } = outfitState;
return ( return (
<ClassNames> <ClassNames>
@ -98,11 +98,7 @@ function ItemsPanel({ outfitState, outfitSaving, loading, dispatchToOutfit }) {
zoneLabel="Incompatible" zoneLabel="Incompatible"
afterHeader={ afterHeader={
<Tooltip <Tooltip
label={ label="These items don't fit this pet"
altStyleId != null
? "Many items don't fit Alt Style pets"
: "These items don't fit this pet"
}
placement="top" placement="top"
openDelay={100} openDelay={100}
> >

View file

@ -738,7 +738,8 @@ function StyleExplanation() {
opacity="0.7" opacity="0.7"
marginTop="2" marginTop="2"
> >
"Alt Styles" are NC items that override the pet's appearance via the{" "} "Alt Styles" are special NC items that override the pet's usual appearance
via the{" "}
<Box <Box
as="a" as="a"
href="https://www.neopets.com/stylingchamber/" href="https://www.neopets.com/stylingchamber/"
@ -747,7 +748,7 @@ function StyleExplanation() {
> >
Styling Chamber Styling Chamber
</Box> </Box>
. Not all items fit Alt Style pets. The pet's color doesn't have to match. . The pet's color doesn't have to match.
<SupportOnly> <SupportOnly>
<br /> <br />
WIP: Only Support staff see this tab for now! 💖 WIP: Only Support staff see this tab for now! 💖