diff --git a/src/components/longevity/ShinyStars/ShinyStars.module.scss b/src/components/longevity/ShinyStars/ShinyStars.module.scss index aaeccaa..90790b8 100644 --- a/src/components/longevity/ShinyStars/ShinyStars.module.scss +++ b/src/components/longevity/ShinyStars/ShinyStars.module.scss @@ -7,6 +7,7 @@ .starImg { display: block; + cursor: pointer; } @keyframes fadeInAndOut { diff --git a/src/layouts/LongevityLayouts/WhatIsThisLayout.tsx b/src/layouts/LongevityLayouts/WhatIsThisLayout.tsx index f673944..52ad49d 100644 --- a/src/layouts/LongevityLayouts/WhatIsThisLayout.tsx +++ b/src/layouts/LongevityLayouts/WhatIsThisLayout.tsx @@ -29,7 +29,7 @@ const WhatIsThisLayout: FC = ({ data, locale }) => { }, { label: weightTxt, - value: `${data['basic stats weight']} kg`, + value: `${data['basic stats weight']}`, icon: `${imgPath}weight.svg`, }, {