Skip to content

Commit

Permalink
fix(/c/[id]): create -> sign
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 12, 2023
1 parent 864cc43 commit 9644bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/c/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const CardPage: NextPage<{ id: string }> = ({ id }) => {
</article>
{canShow ? <Signatures signatures={data} /> : <Loader />}
<Link href={`/c/${id}/sign`}>
<button className="btn btn-primary">Create</button>
<button className="btn btn-primary">Sign</button>
</Link>
</>
);
Expand Down

0 comments on commit 9644bda

Please sign in to comment.