Skip to content

Commit

Permalink
Add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 3, 2024
1 parent 122deeb commit eb86d91
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/web-app/app/_ui/project/apply-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ApplyButton = ({ isLoading, error }: TApplyButtonProps) => {

return (
<Button onClick={() => open(ApplyDialog.displayName, { projectId })}>
Apply to participate
Register to participate
</Button>
);
};
Loading

0 comments on commit eb86d91

Please sign in to comment.