diff --git a/apps/desktop/src/renderer/src/modules/ai/ai-daily/daily.tsx b/apps/desktop/src/renderer/src/modules/ai/ai-daily/daily.tsx index 126edc234..63b2a4b41 100644 --- a/apps/desktop/src/renderer/src/modules/ai/ai-daily/daily.tsx +++ b/apps/desktop/src/renderer/src/modules/ai/ai-daily/daily.tsx @@ -94,7 +94,7 @@ export const DailyReportTitle = ({ className="flex items-center justify-center gap-2 text-base" layoutId={`daily-report-title-${title}`} > - +
{t("ai_daily.title", { title })}
diff --git a/apps/desktop/src/renderer/src/modules/boost/level-benefits.tsx b/apps/desktop/src/renderer/src/modules/boost/level-benefits.tsx index 69fab6069..757ea0fba 100644 --- a/apps/desktop/src/renderer/src/modules/boost/level-benefits.tsx +++ b/apps/desktop/src/renderer/src/modules/boost/level-benefits.tsx @@ -28,7 +28,7 @@ const benefits = [ level: 4, benefits: [ { icon: "i-mgc-eye-2-cute-re", text: "More developer attention" }, - { icon: "i-mgc-magic-2-cute-re", text: "AI summary for feed", comingSoon: true }, + { icon: "i-mgc-ai-cute-re", text: "AI summary for feed", comingSoon: true }, { icon: "i-mgc-rocket-cute-re", text: "Faster feed refresh time" }, ], }, diff --git a/apps/desktop/src/renderer/src/modules/command/commands/entry.tsx b/apps/desktop/src/renderer/src/modules/command/commands/entry.tsx index 948874473..01982fee8 100644 --- a/apps/desktop/src/renderer/src/modules/command/commands/entry.tsx +++ b/apps/desktop/src/renderer/src/modules/command/commands/entry.tsx @@ -358,7 +358,7 @@ export const useRegisterEntryCommands = () => { { id: COMMAND_ID.entry.toggleAISummary, label: t("entry_actions.toggle_ai_summary"), - icon: , + icon: , run: () => { if (role === UserRole.Trial) { presentActivationModal() diff --git a/apps/desktop/src/renderer/src/modules/entry-column/layouts/EntryListHeader.shared.tsx b/apps/desktop/src/renderer/src/modules/entry-column/layouts/EntryListHeader.shared.tsx index ead208a7a..fec68038b 100644 --- a/apps/desktop/src/renderer/src/modules/entry-column/layouts/EntryListHeader.shared.tsx +++ b/apps/desktop/src/renderer/src/modules/entry-column/layouts/EntryListHeader.shared.tsx @@ -42,7 +42,7 @@ export const DailyReportButton: FC = () => { }} tooltip={t("entry_list_header.daily_report")} > - + ) } diff --git a/apps/desktop/src/renderer/src/modules/entry-content/AISummary.tsx b/apps/desktop/src/renderer/src/modules/entry-content/AISummary.tsx index 1b271455b..6705ccb61 100644 --- a/apps/desktop/src/renderer/src/modules/entry-content/AISummary.tsx +++ b/apps/desktop/src/renderer/src/modules/entry-content/AISummary.tsx @@ -60,7 +60,7 @@ export function AISummary({ entryId }: { entryId: string }) {
\ No newline at end of file