diff --git a/website/app/globals.css b/website/app/globals.css index 9df5698..514cf72 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -101,13 +101,8 @@ pre, .brand-mark { width: 2.25rem; height: 2.25rem; - display: grid; - place-items: center; - border-radius: 50%; - background: var(--ink); - color: var(--lime); - font: 700 0.68rem/1 "SFMono-Regular", Consolas, monospace; - letter-spacing: -0.08em; + display: block; + flex: 0 0 auto; } nav { diff --git a/website/app/layout.tsx b/website/app/layout.tsx index d853e17..7faaa86 100644 --- a/website/app/layout.tsx +++ b/website/app/layout.tsx @@ -25,6 +25,10 @@ export async function generateMetadata(): Promise { }, description: "AgentAction controls consequential AI agent actions and preserves independently verifiable evidence of what was authorized and executed.", + icons: { + icon: [{ url: "/favicon.png", type: "image/png", sizes: "64x64" }], + apple: [{ url: "/logo.png", type: "image/png", sizes: "512x512" }], + }, alternates: { canonical: "https://agentaction.dev/", }, diff --git a/website/app/page.tsx b/website/app/page.tsx index 26248d2..b689b81 100644 --- a/website/app/page.tsx +++ b/website/app/page.tsx @@ -97,9 +97,7 @@ export default function Home() {
- + AgentAction