refactor: remove karma description from translations across multiple languages

This commit is contained in:
Moyasee
2026-01-03 20:11:22 +02:00
parent 15dbd3b2ad
commit 07c277c033
12 changed files with 5 additions and 18 deletions

View File

@@ -100,8 +100,10 @@
padding: calc(globals.$spacing-unit * 1.5);
background-color: rgba(255, 255, 255, 0.05);
border-radius: 8px;
border: none;
cursor: pointer;
transition: all ease 0.2s;
text-align: left;
&:hover {
background-color: rgba(255, 255, 255, 0.1);

View File

@@ -123,11 +123,6 @@ export function UserStatsBox() {
{t("karma_count")}
</p>
</div>
<div className="user-stats__karma-info">
<small className="user-stats__karma-info-text">
{t("karma_description")}
</small>
</div>
</li>
)}
</ul>