reactions
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user