@snapdragonsnursery/react-components 1.1.15 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapdragonsnursery/react-components",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -176,7 +176,6 @@ const ChildSearchPage = ({
176
176
  : "N/A";
177
177
  return (
178
178
  <div className="flex items-center space-x-2">
179
- <span className="text-gray-400 font-mono">#</span>
180
179
  <span>{ageText}</span>
181
180
  </div>
182
181
  );