mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
feat: update CORS configuration and enhance player profile with Minecraft stats and tab navigation
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user