From 28f3627462224e188c31b2ebee36094a3febc0b8 Mon Sep 17 00:00:00 2001 From: MaryWylde Date: Wed, 18 Feb 2026 15:57:45 +0400 Subject: [PATCH] chore remove kg text --- src/components/longevity/ShinyStars/ShinyStars.module.scss | 1 + src/layouts/LongevityLayouts/WhatIsThisLayout.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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`, }, {