Skip to content

Commit

Permalink
removed old send button
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 14, 2024
1 parent e0113c5 commit 3397d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/@auth/(.)confirm/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function Page({ showConfirm }: ConfirmProps) {

<ProgressButton onComplete={handleSend}/>

<button onClick={handleSend}
{/* <button onClick={handleSend}
className="inline-flex h-12 animate-shimmer items-center justify-center rounded-md border border-slate-800 bg-[linear-gradient(110deg,#000103,45%,#1e2631,55%,#000103)] bg-[length:200%_100%] px-6 font-medium text-slate-400 transition-colors focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50">
<div className='flex grid-cols-3 content-center items-center'>
<div className='text-xl'>
Expand All @@ -156,7 +156,7 @@ export default function Page({ showConfirm }: ConfirmProps) {
</div>
</div>
</button>

*/}
</DrawerFooter>
</motion.div>
</>
Expand Down

0 comments on commit 3397d2f

Please sign in to comment.