// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`ParticipationButton > Show Basic 1`] = `
"
"
`;
exports[`ParticipationButton > Show Basic with confirmation 1`] = `
""
`;
exports[`ParticipationButton > Show Participating 1`] = `
""
`;
exports[`ParticipationButton > Show Pending approval 1`] = `
"
Participation requested!
Waiting for organization team approval.
"
`;
exports[`ParticipationButton > Show Rejected 1`] = `
"
Unfortunately, your participation request was rejected by the organizers.
"
`;
exports[`ParticipationButton > Show Unlogged 1`] = `
""
`;