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 bede8c6 commit f0ad806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: ZetaChain</h2>
<h2 className='text-xl font-bold'>Chain: Base Network</h2>
<FormField
name='name'
control={form.control}
Expand Down
2 changes: 1 addition & 1 deletion src/app/review/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Review() {
<div className='border border-black bg-white p-8'>
<div>
<h1 className='text-2xl '>Phygital</h1>
{/* <p className='text-xl mt-8'>Chain: Base network</p> */}
<p className='text-xl mt-8'>Chain: Base network</p>
</div>
<div className='flex gap-8'>
<div>
Expand Down

0 comments on commit f0ad806

Please sign in to comment.