Skip to content

Commit 07c3bac

Browse files
committed
fix: change default image with our logo
1 parent 1cb6f7f commit 07c3bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const Login: React.FC = () => {
2828
<div className="max-w-md w-full space-y-8">
2929
<div>
3030
<img
31-
className="mx-auto h-12 w-auto"
32-
src="https://tailwindui.com/img/logos/workflow-mark-indigo-600.svg"
31+
className="mx-auto rounded-full w-1/4"
32+
src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png"
3333
alt="Workflow"
3434
/>
3535
<h2 className="mt-6 text-center text-3xl font-extrabold text-gray-900">

0 commit comments

Comments
 (0)