Skip to content

Commit

Permalink
feat(contribution) add warning about changin tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Feb 28, 2024
1 parent 756add4 commit 6615fa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/pages/ProjectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ const ProjectPage: React.FC = () => {
<Text color="gray.500" fontSize={12} fontWeight="bold">
You have already contributed to this ceremony. Thank you for your participation.
</Text> :
project.ceremony.data.state !== CeremonyState.OPENED ?
<Text color="gray.500" fontSize={12} fontWeight="bold">
This ceremony is {project.ceremony.data.state.toLocaleLowerCase()}.
</Text> :
<>
<Text color="gray.500">
You can contribute to this project by running the CLI commands below.
Expand Down

0 comments on commit 6615fa7

Please sign in to comment.