diff --git a/src/app/components/CardButton/Group.tsx b/src/app/components/CardButton/Group.tsx index c8f6f3ba9f..14ff127419 100644 --- a/src/app/components/CardButton/Group.tsx +++ b/src/app/components/CardButton/Group.tsx @@ -3,5 +3,7 @@ export type Props = { }; export default function CardButtonGroup({ children }: Props) { - return
{description}
-+ {description} +
+ ); } diff --git a/src/app/components/ExtensionKeyCard/index.tsx b/src/app/components/ExtensionKeyCard/index.tsx deleted file mode 100644 index d2657cdc1e..0000000000 --- a/src/app/components/ExtensionKeyCard/index.tsx +++ /dev/null @@ -1,30 +0,0 @@ -export type ExtensionKeyCardProps = { - title: string; - description: string; - icon: React.ReactNode; - onClick: () => void; -}; - -export function ExtensionKeyCard({ - icon, - title, - description, - onClick, -}: ExtensionKeyCardProps) { - return ( - - ); -} diff --git a/src/app/router/Options/Options.tsx b/src/app/router/Options/Options.tsx index ab56d721a1..85d38ad323 100644 --- a/src/app/router/Options/Options.tsx +++ b/src/app/router/Options/Options.tsx @@ -31,7 +31,6 @@ import GenerateMnemonic from "~/app/screens/Accounts/GenerateMnemonic"; import NewMnemonic from "~/app/screens/Accounts/GenerateMnemonic/new"; import ImportMnemonic from "~/app/screens/Accounts/ImportMnemonic"; import NostrSettings from "~/app/screens/Accounts/NostrSettings"; -import NostrSetup from "~/app/screens/Accounts/NostrSetup/NostrSetup"; import LNURLRedeem from "~/app/screens/LNURLRedeem"; import OnChainReceive from "~/app/screens/OnChainReceive"; @@ -94,7 +93,6 @@ function Options() {- {t("description")} -
-
-