diff --git a/src/components/Stats.tsx b/src/components/Stats.tsx
index 84eb3876..341ab83c 100644
--- a/src/components/Stats.tsx
+++ b/src/components/Stats.tsx
@@ -126,7 +126,7 @@ const Stats = () => {
>
-
+
{stat.title}
{
{statisticsData.map((stat, index) => (
{
>
{stat.value}
-
- {stat.title.split('.')[0].substring(0, 12)}
- {stat.title.split('.')[0].length > 12 ? '...' : ''}
+
+ {stat.title}
+
+ {/* Tooltip on hover */}
+
))}