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 1cb6f7f commit 07c3bacCopy full SHA for 07c3bac
src/components/Login.tsx
@@ -28,8 +28,8 @@ const Login: React.FC = () => {
28
<div className="max-w-md w-full space-y-8">
29
<div>
30
<img
31
- className="mx-auto h-12 w-auto"
32
- src="https://tailwindui.com/img/logos/workflow-mark-indigo-600.svg"
+ className="mx-auto rounded-full w-1/4"
+ src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png"
33
alt="Workflow"
34
/>
35
<h2 className="mt-6 text-center text-3xl font-extrabold text-gray-900">
0 commit comments