feat(ext): icon; set chrome profile

This commit is contained in:
Simon
2026-01-20 18:56:39 +08:00
parent be85d63ef8
commit 37332cbb9d
6 changed files with 15 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -1,6 +1,5 @@
import {
ArrowRight,
Bot,
CheckCircle,
Loader2,
MessageSquare,
@@ -300,9 +299,8 @@ function StatusDot({ status }: { status: AgentStatus }) {
)
}
// Logo component (Bot icon as placeholder until real logo is added)
function Logo({ className }: { className?: string }) {
return <Bot className={cn('text-primary', className)} />
return <img src="/assets/page-agent-256.webp" alt="Page Agent" className={cn('', className)} />
}
// Empty state with logo

View File

@@ -1,8 +1,9 @@
<!doctype html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/assets/page-agent-64.png" />
<title>Page Agent</title>
</head>
<body>