This commit is contained in:
2026-04-23 22:23:35 +03:00
parent 4896323e04
commit 9e04ca5627
13 changed files with 1286 additions and 114 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ import { useTranslations } from "next-intl";
import React from "react";
import {
LuBadgeAlert,
LuBarChart3,
LuChartBar,
LuCircleHelp,
LuDatabase,
LuTrendingUp,
@@ -182,7 +182,7 @@ export default function FrequencyPanel() {
<VStack align="stretch" gap={2} mb={4}>
<HStack justify="space-between">
<HStack gap={2}>
<Icon as={LuBarChart3} color="purple.500" />
<Icon as={LuChartBar} color="purple.500" />
<Text fontWeight="semibold" fontSize="sm">
{t("match-count-label")}
</Text>