-
-
-
-
-
{hackathon.projectCount} projects
-
-
-
-
-
-
{hackathon.totalTokens} voting tokens
-
+
+
+
+
+ {hackathon.projectCount} projects
+
-
+
+
+
+
+ {hackathon.totalTokens} voting tokens
+
+
+
+
+ {/* Tags */}
+ {hackathon.tags?.length > 0 && (
- {(hackathon.tags || []).map((tag) => (
-
+ {hackathon.tags.map((tag) => (
+
{tag}
))}
-
-
-
-
-
- {hackathon.organizer.slice(2, 4).toUpperCase()}
-
-
-
- {hackathon.organizer.slice(0, 6)}...{hackathon.organizer.slice(-4)}
-
-
-
- {showJoinButton && (
-
-
-
- )}
+ )}
+
+ {/* Footer */}
+
+
+
+
+ {hackathon.organizer.slice(2, 4).toUpperCase()}
+
+
+
+ {hackathon.organizer.slice(0, 6)}…{hackathon.organizer.slice(-4)}
+
+
+ {showJoinButton && (
+
+
+
+ )}
)
-}
\ No newline at end of file
+}