diff --git a/src/app/HomePage.js b/src/app/HomePage.js
index 22f3e61..50ee7ff 100644
--- a/src/app/HomePage.js
+++ b/src/app/HomePage.js
@@ -16,6 +16,7 @@ import {
ListItem,
Skeleton,
Textarea,
+ Tooltip,
UnorderedList,
useColorModeValue,
useTheme,
@@ -505,7 +506,7 @@ function ItemModelingSummary({ item }) {
if (fitsAllPets) {
return (
- For all pets
+ Fits all pets
);
}
@@ -548,7 +549,19 @@ function ItemModelingSummary({ item }) {
return (
- For all species
+ Fits all{" "}
+
+ Not special colors like Baby, Maraquan, or Mutant.
+
+ }
+ >
+
+ basic
+
+ {" "}
+ pets
);
}