Skip to content

Commit 3100a9e

Browse files
authored
Merge pull request #27 from keepsimpleio/chore/remove-kg
chore remove kg text
2 parents 06da705 + 28f3627 commit 3100a9e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/longevity/ShinyStars/ShinyStars.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.starImg {
99
display: block;
10+
cursor: pointer;
1011
}
1112

1213
@keyframes fadeInAndOut {

src/layouts/LongevityLayouts/WhatIsThisLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const WhatIsThisLayout: FC<WhatIsThisLayoutProps> = ({ data, locale }) => {
2929
},
3030
{
3131
label: weightTxt,
32-
value: `${data['basic stats weight']} kg`,
32+
value: `${data['basic stats weight']}`,
3333
icon: `${imgPath}weight.svg`,
3434
},
3535
{

0 commit comments

Comments
 (0)