We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617667 commit 07bb16aCopy full SHA for 07bb16a
src/components/Page/Navbar.tsx
@@ -57,8 +57,8 @@ export default function Navbar() {
57
<div className="flex items-center">
58
<div className="flex-shrink-0">
59
<img
60
- className="h-8 w-8"
61
- src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg"
+ className="rounded-full h-12 w-12"
+ src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png"
62
alt="Workflow"
63
/>
64
</div>
0 commit comments