Skip to content

Commit

Permalink
feat: remove unnecessary back buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 26, 2024
1 parent 42695d4 commit 2872532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ function DisconnectApp({
return null;
}
return (
<Overlay
showBackButton
showModal
setShowModal={setShowDisconnectApp}
title="Active Connection"
>
<Overlay showModal setShowModal={setShowDisconnectApp} title="Active Connection">
<div className="flex max-w-full flex-1 flex-col flex-nowrap items-stretch gap-y-md">
<DAppInfoCard name={name} iconUrl={icon} url={link} />

Expand Down
1 change: 0 additions & 1 deletion apps/wallet/src/ui/app/pages/home/receipt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function ReceiptPage() {
title={pageTitle}
closeOverlay={closeReceipt}
closeIcon={<Checkmark fill="currentColor" className="text-iota-light h-8 w-8" />}
showBackButton
>
{isError ? (
<div className="mb-2 flex h-full w-full items-center justify-center p-2">
Expand Down

0 comments on commit 2872532

Please sign in to comment.