feat(deskotp): update ai icons
This commit is contained in:
parent
34da9d24c7
commit
f447d6a7c0
|
|
@ -94,7 +94,7 @@ export const DailyReportTitle = ({
|
|||
className="flex items-center justify-center gap-2 text-base"
|
||||
layoutId={`daily-report-title-${title}`}
|
||||
>
|
||||
<i className="i-mgc-magic-2-cute-re" />
|
||||
<i className="i-mgc-ai-cute-re" />
|
||||
<div className="font-medium">{t("ai_daily.title", { title })}</div>
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@ export const useRegisterEntryCommands = () => {
|
|||
{
|
||||
id: COMMAND_ID.entry.toggleAISummary,
|
||||
label: t("entry_actions.toggle_ai_summary"),
|
||||
icon: <i className="i-mgc-magic-2-cute-re" />,
|
||||
icon: <i className="i-mgc-ai-cute-re" />,
|
||||
run: () => {
|
||||
if (role === UserRole.Trial) {
|
||||
presentActivationModal()
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ export const DailyReportButton: FC = () => {
|
|||
}}
|
||||
tooltip={t("entry_list_header.daily_report")}
|
||||
>
|
||||
<i className="i-mgc-magic-2-cute-re" />
|
||||
<i className="i-mgc-ai-cute-re" />
|
||||
</ActionButton>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export function AISummary({ entryId }: { entryId: string }) {
|
|||
<div className="center relative">
|
||||
<i
|
||||
className={cn(
|
||||
"i-mgc-magic-2-cute-re text-lg",
|
||||
"i-mgc-ai-cute-re text-lg",
|
||||
summary.isLoading
|
||||
? "text-purple-500/70 dark:text-purple-400/70"
|
||||
: "text-purple-600 dark:text-purple-400",
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.726 2.046c-.21.06-.436.22-.542.384a3.129 3.129 0 0 0-.223.51c-.23.659-.356.792-.945.996-.456.158-.571.219-.731.384-.293.302-.354.753-.155 1.151.121.243.308.386.668.512.166.058.416.16.556.226.292.138.427.314.571.746.205.616.382.847.753.98.382.138.856 0 1.102-.32.066-.086.192-.361.28-.612.206-.589.338-.733.824-.901.523-.181.671-.257.833-.424.291-.3.352-.752.153-1.149-.121-.243-.308-.386-.668-.512-.487-.17-.785-.327-.894-.47a2.35 2.35 0 0 1-.221-.469c-.19-.535-.239-.63-.403-.789a.989.989 0 0 0-.958-.243m-8.023 2.081c-.562.07-1.17.485-1.433.978-.061.113-.229.545-.374.96-.145.415-.351.937-.457 1.159-.512 1.067-1.379 2.059-2.395 2.742-.549.369-1.064.611-1.979.93-.908.318-1.096.414-1.393.713-.751.756-.751 2.025 0 2.783.291.293.539.42 1.428.727.875.302 1.396.547 1.944.915 1.016.683 1.883 1.675 2.395 2.742.106.222.312.744.457 1.159.318.908.414 1.096.713 1.393.756.751 2.025.751 2.783 0 .293-.291.42-.539.727-1.428.302-.875.547-1.396.916-1.944.683-1.017 1.674-1.883 2.741-2.395.222-.106.744-.312 1.159-.457.908-.318 1.096-.414 1.393-.713.751-.756.751-2.025 0-2.783-.291-.293-.539-.42-1.428-.727-.875-.302-1.396-.547-1.944-.916-1.017-.683-1.883-1.674-2.395-2.741a14.793 14.793 0 0 1-.457-1.159c-.145-.415-.313-.847-.374-.96-.251-.471-.873-.909-1.37-.965l-.3-.036a2.13 2.13 0 0 0-.357.023m.557 2.723c.744 2.139 1.935 3.697 3.721 4.869.483.317 1.44.766 2.189 1.027.368.129.67.243.67.254 0 .011-.311.128-.69.26-1.481.515-2.557 1.161-3.565 2.138-1.058 1.027-1.789 2.206-2.325 3.752-.132.379-.249.69-.26.69-.011 0-.128-.311-.26-.69-.538-1.546-1.182-2.597-2.237-3.653-1.05-1.049-2.116-1.7-3.673-2.243-.368-.129-.67-.243-.67-.254 0-.011.311-.128.69-.26 1.531-.531 2.604-1.188 3.653-2.237 1.049-1.049 1.7-2.115 2.243-3.673.129-.368.243-.669.254-.669.011-.001.128.31.26.689" fill="#10161F" fill-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue