Greff3 commited on
Commit
87b3568
·
verified ·
1 Parent(s): 745c643

Update src/components/login/login.tsx

Browse files
Files changed (1) hide show
  1. src/components/login/login.tsx +0 -5
src/components/login/login.tsx CHANGED
@@ -27,11 +27,6 @@ function Login({
27
  <main className="px-4 py-4 space-y-3">
28
  {children}
29
  <a href="/api/login" onClick={handleClick}>
30
- <img
31
- src="https://huggingface.co/datasets/huggingface/badges/resolve/main/sign-in-with-huggingface-lg-dark.svg"
32
- alt="Sign in with Hugging Face"
33
- className="mx-auto"
34
- />
35
  </a>
36
  </main>
37
  </>
 
27
  <main className="px-4 py-4 space-y-3">
28
  {children}
29
  <a href="/api/login" onClick={handleClick}>
 
 
 
 
 
30
  </a>
31
  </main>
32
  </>