Skip to content

Commit

Permalink
86dtf3run - Neon 3 - Import Wallet - Title should say ‘Import Wallet’…
Browse files Browse the repository at this point in the history
… Remove gray ‘Import’ copy
  • Loading branch information
ricardoak25 committed May 7, 2024
1 parent c437530 commit 9a17059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/routes/modals/Import/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const ImportModal = () => {

return (
<EndModalLayout heading={t('title')} headingIcon={<TbFileImport />} contentClassName="flex flex-col">
<p className="text-gray-300 uppercase font-bold">{t('subtitle')}</p>
<p className="text-xs">{t('description')}</p>

<form className="mt-10 flex flex-col justify-between flex-grow" onSubmit={handleAct(handleSubmit)}>
Expand Down

0 comments on commit 9a17059

Please sign in to comment.