feat: update CORS configuration and enhance player profile with Minecraft stats and tab navigation

This commit is contained in:
Lars Behrends
2025-12-30 12:41:12 +01:00
parent 5fcd5dbdcb
commit 1dcac99e73
5 changed files with 231 additions and 167 deletions

View File

@@ -86,7 +86,9 @@ const VentureCard = ({ project, onClick }: { project: Project, onClick?: () => v
</div>
<p className="text-sm text-textMuted mb-6 flex-1 leading-relaxed relative z-10">
{project.description}
{project.description.split(' ').length > 50
? project.description.split(' ').slice(0, 50).join(' ') + '...'
: project.description}
</p>
<div className="pt-4 border-t border-white/5 space-y-3 relative z-10">