A decentralized music tracking and discovery platform built on AT Protocol 🎵

Generalize Bluesky wording to AT Protocol handle

+5 -4
+5 -4
apps/web/src/layouts/Main.tsx
··· 153 153 <div className="mb-[20px]"> 154 154 <div className="mb-[15px]"> 155 155 <LabelMedium className="!text-[var(--color-text)]"> 156 - Bluesky handle 156 + Handle 157 157 </LabelMedium> 158 158 </div> 159 159 <Input ··· 212 212 Sign In 213 213 </Button> 214 214 <LabelMedium className="text-center mt-[20px] !text-[var(--color-text-muted)]"> 215 - Don't have an account? 215 + Don't have an atproto handle yet? 216 216 </LabelMedium> 217 217 <div className="text-center text-[var(--color-text-muted)] "> 218 + You can create one at{" "} 218 219 <a 219 220 href="https://bsky.app" 220 221 className="no-underline cursor-pointer !text-[var(--color-primary)]" 221 222 target="_blank" 222 223 > 223 - Sign up for Bluesky 224 + Bluesky 224 225 </a>{" "} 225 - to create one now! 226 + or any other AT Protocol service. 226 227 </div> 227 228 </div> 228 229 )}