diff --git a/app/ui/app/public/launch-icons/hermes-agent-dark.png b/app/ui/app/public/launch-icons/hermes-agent-dark.png deleted file mode 100644 index 6cd01762b..000000000 Binary files a/app/ui/app/public/launch-icons/hermes-agent-dark.png and /dev/null differ diff --git a/app/ui/app/public/launch-icons/hermes-agent-dark.svg b/app/ui/app/public/launch-icons/hermes-agent-dark.svg new file mode 100644 index 000000000..aeb92736e --- /dev/null +++ b/app/ui/app/public/launch-icons/hermes-agent-dark.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + diff --git a/app/ui/app/src/components/LaunchCommands.tsx b/app/ui/app/src/components/LaunchCommands.tsx index 33cbc826c..216d298e7 100644 --- a/app/ui/app/src/components/LaunchCommands.tsx +++ b/app/ui/app/src/components/LaunchCommands.tsx @@ -51,7 +51,7 @@ const LAUNCH_COMMANDS: LaunchCommand[] = [ command: "ollama launch hermes", description: "Self-improving AI agent built by Nous Research", icon: "/launch-icons/hermes-agent.svg", - darkIcon: "/launch-icons/hermes-agent-dark.png", + darkIcon: "/launch-icons/hermes-agent-dark.svg", iconClassName: "h-7 w-7", }, {