Skip to content

Commit 0594b58

Browse files
committed
add the logo svg
Signed-off-by: Naymul Islam <naymul504@gmail.com>
1 parent f32ebd5 commit 0594b58

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

frontend/src/components/Header.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ export const Header: React.FC = () => {
1616
<div className="flex items-center justify-between h-16">
1717
<div className="flex items-center space-x-4 group">
1818
{/* Logo Placeholder - You can replace this with your SVG */}
19-
<div className="w-10 h-10 bg-gradient-to-br from-stone-600 to-stone-700 dark:from-stone-300 dark:to-stone-400 rounded-xl flex items-center justify-center shadow-md group-hover:shadow-lg transition-all duration-300 group-hover:scale-105">
20-
<div className="w-6 h-6 border-2 border-white dark:border-stone-800 rounded-sm transform group-hover:rotate-12 transition-transform duration-300"></div>
21-
</div>
19+
<svg
20+
xmlns="http://www.w3.org/2000/svg"
21+
viewBox="0 0 1024 1024"
22+
className="w-10 h-10 rounded-xl shadow-md group-hover:shadow-lg transition-all duration-300 group-hover:scale-105"
23+
>
24+
<path d="M0 0 C337.92 0 675.84 0 1024 0 C1024 337.92 1024 675.84 1024 1024 C686.08 1024 348.16 1024 0 1024 C0 686.08 0 348.16 0 0 Z" fill="#FEFEFE"/>
25+
<path d="M0 0 C16.75287235 2.39326748 30.16084399 9.09518011 43 20 ... Z" fill="#0F2F52" transform="translate(383,295)" />
26+
<path d="M0 0 C1.18980469 -0.01224609 2.37960937 -0.02449219 ... Z" fill="#102F53" transform="translate(498.875,574.8125)" />
27+
<path d="M0 0 C0.94994742 -0.00170885 1.89989484 -0.0034177 ... Z" fill="#113054" transform="translate(504.1683807373047,413.7594909667969)" />
28+
<path d="M0 0 C1.22506288 0.00276538 1.22506288 0.00276538 ... Z" fill="#0F2F52" transform="translate(536.9796237945557,501.75390434265137)" />
29+
</svg>
2230
<div className="transform group-hover:translate-x-1 transition-transform duration-300">
2331
<h1 className="text-xl font-medium text-stone-800 dark:text-stone-200 tracking-wide">BrowserPilot</h1>
2432
<p className="text-xs text-stone-500 dark:text-stone-400 -mt-1 font-light">Open-source alternative to Perplexity Comet</p>

0 commit comments

Comments
 (0)