tangled
alpha
login
or
join now
margin.at
/
margin
86
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
86
fork
atom
overview
issues
4
pulls
1
pipelines
yes
scanash.com
2 weeks ago
3bcf3cc5
8ced515d
+1
-1
1 changed file
expand all
collapse all
unified
split
web
src
views
auth
Login.tsx
+1
-1
web/src/views/auth/Login.tsx
···
203
203
!handle.includes(".") &&
204
204
setShowSuggestions(true)
205
205
}
206
206
-
placeholder="handle.bsky.social"
206
206
+
placeholder="handle.margin.cafe"
207
207
className="w-full pl-12 pr-4 py-3.5 bg-surface-50 dark:bg-surface-950 border border-surface-200 dark:border-surface-700 rounded-xl focus:border-[#027bff] dark:focus:border-[#027bff] outline-none focus:ring-4 focus:ring-[#027bff]/10 transition-all font-medium text-lg text-surface-900 dark:text-white placeholder:text-surface-400 dark:placeholder:text-surface-500"
208
208
autoCapitalize="none"
209
209
autoCorrect="off"