This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

test

+3 -9
+2 -2
src/components/Login/Login.js
··· 38 38 } 39 39 40 40 return ( 41 - <div className="login-container"> 42 - <div className="login-card"> 41 + <div className="home-page"> 42 + <div className="home-content"> 43 43 <h1>Login to cred.blue</h1> 44 44 <p>Enter your Bluesky or ATProto handle (e.g., yourname.bsky.social)</p> 45 45 <form onSubmit={handleSubmit} className="login-form">
+1 -1
src/components/Navbar/Navbar.js
··· 261 261 type="button" 262 262 onClick={() => navigate('/login')} 263 263 > 264 - login with bluesky 264 + login 265 265 </button> 266 266 </div> 267 267 )}
-6
src/components/Verifier/Verifier.css
··· 234 234 color: var(--success-text-dark, #a3e9a4); 235 235 } 236 236 237 - /* Verification Lists */ 238 - .verifier-list-header { 239 - display: flex; /* Add this to make flexbox work */ 240 - justify-content: space-between; /* Align button to the right */ 241 - align-items: center; 242 - } 243 237 .verifier-list-header h2 { 244 238 margin: 0; 245 239 padding: 0;