Skip to content

Commit 07bb16a

Browse files
committed
fix: change navbar logo
1 parent 8617667 commit 07bb16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Page/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export default function Navbar() {
5757
<div className="flex items-center">
5858
<div className="flex-shrink-0">
5959
<img
60-
className="h-8 w-8"
61-
src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg"
60+
className="rounded-full h-12 w-12"
61+
src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png"
6262
alt="Workflow"
6363
/>
6464
</div>

0 commit comments

Comments
 (0)