missions mission pages

This commit is contained in:
alma 2025-05-06 21:23:39 +02:00
parent 333f71cb57
commit 625af17b45

View File

@ -216,10 +216,6 @@ export default function MissionDetailPage() {
<Calendar className="h-4 w-4 mr-1" />
{formatDate(mission.createdAt)}
</div>
<div className="flex items-center">
<Eye className="h-4 w-4 mr-1" />
{Math.floor(Math.random() * 100) + 1} Views
</div>
</div>
</div>