Skip to content

Commit

Permalink
chore: rename signup contract to signup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 5, 2024
1 parent 70dbdb4 commit 19210b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Staff/Signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Signup: NextPage = () => {
useEffect(() => {
Leafwatch.track(PAGEVIEW, {
page: 'staff-tools',
subpage: 'singup-contract'
subpage: 'singup'
});
}, []);

Expand Down

1 comment on commit 19210b1

@vercel
Copy link

@vercel vercel bot commented on 19210b1 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-heyxyz.vercel.app
heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.