A project tracker for decentralized social media platforms, clients, and tools

fix: clarify semi-platform warning tooltip

Update warning tooltip text to specify that projects need either:
- Open-source platform-based AT Protocol lexicon implementation, or
- Sufficient documentation

This provides clearer guidance on what qualifies a project
as a full platform vs semi-platform.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

+2 -2
+2 -2
src/components/ProjectCard.tsx
··· 180 180 onClick={() => setShowWarning(false)} 181 181 /> 182 182 <div className="absolute right-0 top-8 w-48 p-2 bg-gray-900 text-gray-200 text-xs rounded-lg z-30 border border-gray-700 sm:hidden"> 183 - Has not implemented platform-based AT Protocol lexicon 183 + Has not implemented open-source platform-based AT Protocol lexicon or sufficient documentation does not exist 184 184 </div> 185 185 </> 186 186 )} 187 187 <div className="hidden sm:block absolute right-0 top-6 w-48 p-2 bg-gray-900 text-gray-200 text-xs rounded-lg opacity-0 group-hover:opacity-100 transition-opacity pointer-events-none z-10 border border-gray-700"> 188 - Has not implemented platform-based AT Protocol lexicon 188 + Has not implemented open-source platform-based AT Protocol lexicon or sufficient documentation does not exist 189 189 </div> 190 190 </div> 191 191 )}