Skip to content

Commit b90b59e

Browse files
committed
logo
1 parent 2ffdcf2 commit b90b59e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

client/pages/Index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ export default function Index() {
9696
<header className="sticky top-0 z-50 border-b border-zinc-800/50 bg-zinc-950/80 backdrop-blur-md">
9797
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
9898
<div className="flex items-center gap-2">
99-
<div className="w-8 h-8 bg-gradient-to-br from-orange-400 to-orange-600 rounded-lg flex items-center justify-center font-bold text-zinc-950">
100-
AOF
101-
</div>
102-
<span className="font-bold text-white">Agntic Ops Framework</span>
99+
<img
100+
src="/aof-logo.png"
101+
alt="Agentic Ops Framework"
102+
className="w-8 h-8"
103+
/>
104+
<span className="font-bold text-white">Agentic Ops Framework</span>
103105
</div>
104106
<nav className="hidden md:flex items-center gap-8">
105107
<a

public/aof-logo.png

182 KB
Loading

0 commit comments

Comments
 (0)