Skip to content

Commit

Permalink
chain change
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jun 27, 2024
1 parent 744eac4 commit bede8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/create-phygital/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function CreatePhygital() {
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)}>
<div className='py-4 px-32 flex flex-col gap-12'>
<h2 className='text-xl font-bold'>Chain: Aptos</h2>
<h2 className='text-xl font-bold'>Chain: ZetaChain</h2>
<FormField
name='name'
control={form.control}
Expand Down

0 comments on commit bede8c6

Please sign in to comment.