Skip to content

Commit bd95438

Browse files
committed
style: unify branding by using app icon in header and sidebar
1 parent c0a4f2e commit bd95438

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/public/logo.jpg

-127 KB
Binary file not shown.

web/src/components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Header() {
77
<div className="max-w-7xl w-full flex items-center justify-between md:justify-end pointer-events-auto">
88
<Link href="/" className="flex items-center gap-2 md:hidden min-w-0 flex-shrink">
99
<img
10-
src="/logo.jpg"
10+
src="/app-icon.png"
1111
alt="Sai Leela Rahasya"
1212
className="h-8 w-auto object-contain flex-none"
1313
/>

web/src/components/layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Sidebar() {
3434
<div className="h-16 flex items-center px-3 border-b border-gray-100">
3535
<Link href="/" className="flex items-center gap-3">
3636
<img
37-
src="/logo.jpg"
37+
src="/app-icon.png"
3838
alt="Sai Leela Rahasya"
3939
className="h-10 w-auto object-contain"
4040
/>

0 commit comments

Comments
 (0)