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

Configure Feed

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

fix: swap Discord and Source links in Main component

+6 -7
+6 -7
apps/web/src/layouts/Main.tsx
··· 253 253 > 254 254 API Docs 255 255 </Link> 256 - 257 256 <Link 258 - href="https://discord.gg/EVcBy2fVa3" 257 + href="https://tangled.org/@rocksky.app/rocksky" 259 258 target="_blank" 260 - className="text-[var(--color-primary)]" 259 + className="mr-[10px] text-[var(--color-primary)]" 261 260 > 262 - Discord 261 + Source 263 262 </Link> 264 263 <Link 265 - href="https://tangled.org/@rocksky.app/rocksky" 264 + href="https://discord.gg/EVcBy2fVa3" 266 265 target="_blank" 267 - className="text-[var(--color-primary)]" 266 + className="mr-[10px] text-[var(--color-primary)]" 268 267 > 269 - Source 268 + Discord 270 269 </Link> 271 270 </div> 272 271 </div>