Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 9, 2024
1 parent 70dc410 commit ac65d9b
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 114 deletions.
2 changes: 1 addition & 1 deletion src/app/delegate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function DelegateeTableSection() {
);
}

export function RegisterCtaCard() {
function RegisterCtaCard() {
return (
<CtaCard>
<div className="space-y-2">
Expand Down
Loading

0 comments on commit ac65d9b

Please sign in to comment.