feat: update postage stamp creation screen (#641)

* style: UI changes for postage stamp

* feat: New postage stamp standard page

---------

Co-authored-by: Seres Roland <seresroland@Seres-MBP.home>
This commit is contained in:
rolandlor
2023-12-04 22:01:51 +01:00
committed by GitHub
parent 20a051b658
commit 4f9abc614e
12 changed files with 392 additions and 87 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function AccountStamps(): ReactElement {
if (status.all === CheckState.ERROR) return <TroubleshootConnectionCard />
function navigateToNewStamp() {
navigate(ROUTES.ACCOUNT_STAMPS_NEW)
navigate(ROUTES.ACCOUNT_STAMPS_NEW_STANDARD)
}
return (