reactions

This commit is contained in:
yohlo
2025-09-17 10:30:10 -05:00
parent 498010e3e2
commit cac42c9b29
5 changed files with 360 additions and 89 deletions

View File

@@ -20,6 +20,8 @@ import EnrollTeam from "./enroll-team";
import EnrollFreeAgent from "./enroll-free-agent";
import TeamListButton from "./team-list-button";
import Header from "./header";
import EmojiPicker from "@/features/reactions/components/emoji-picker";
import EmojiBar from "@/features/reactions/components/emoji-bar";
const UpcomingTournament: React.FC<{ tournament: Tournament }> = ({
tournament,
@@ -46,6 +48,8 @@ const UpcomingTournament: React.FC<{ tournament: Tournament }> = ({
<Header tournament={tournament} />
<EmojiBar />
{tournament.desc && <Text size="sm">{tournament.desc}</Text>}
<Card withBorder radius="md" p="lg">