Skip to content

Commit f447d6a

Browse files
committed
feat(deskotp): update ai icons
1 parent 34da9d2 commit f447d6a

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

apps/desktop/src/renderer/src/modules/ai/ai-daily/daily.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const DailyReportTitle = ({
9494
className="flex items-center justify-center gap-2 text-base"
9595
layoutId={`daily-report-title-${title}`}
9696
>
97-
<i className="i-mgc-magic-2-cute-re" />
97+
<i className="i-mgc-ai-cute-re" />
9898
<div className="font-medium">{t("ai_daily.title", { title })}</div>
9999
<Tooltip>
100100
<TooltipTrigger asChild>

apps/desktop/src/renderer/src/modules/boost/level-benefits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const benefits = [
2828
level: 4,
2929
benefits: [
3030
{ icon: "i-mgc-eye-2-cute-re", text: "More developer attention" },
31-
{ icon: "i-mgc-magic-2-cute-re", text: "AI summary for feed", comingSoon: true },
31+
{ icon: "i-mgc-ai-cute-re", text: "AI summary for feed", comingSoon: true },
3232
{ icon: "i-mgc-rocket-cute-re", text: "Faster feed refresh time" },
3333
],
3434
},

apps/desktop/src/renderer/src/modules/command/commands/entry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export const useRegisterEntryCommands = () => {
358358
{
359359
id: COMMAND_ID.entry.toggleAISummary,
360360
label: t("entry_actions.toggle_ai_summary"),
361-
icon: <i className="i-mgc-magic-2-cute-re" />,
361+
icon: <i className="i-mgc-ai-cute-re" />,
362362
run: () => {
363363
if (role === UserRole.Trial) {
364364
presentActivationModal()

apps/desktop/src/renderer/src/modules/entry-column/layouts/EntryListHeader.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const DailyReportButton: FC = () => {
4242
}}
4343
tooltip={t("entry_list_header.daily_report")}
4444
>
45-
<i className="i-mgc-magic-2-cute-re" />
45+
<i className="i-mgc-ai-cute-re" />
4646
</ActionButton>
4747
)
4848
}

apps/desktop/src/renderer/src/modules/entry-content/AISummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function AISummary({ entryId }: { entryId: string }) {
6060
<div className="center relative">
6161
<i
6262
className={cn(
63-
"i-mgc-magic-2-cute-re text-lg",
63+
"i-mgc-ai-cute-re text-lg",
6464
summary.isLoading
6565
? "text-purple-500/70 dark:text-purple-400/70"
6666
: "text-purple-600 dark:text-purple-400",

icons/mgc/ai_cute_re.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)