diff --git a/app/components/CardList.tsx b/app/components/CardList.tsx index fa1681cc17..a96277c150 100644 --- a/app/components/CardList.tsx +++ b/app/components/CardList.tsx @@ -1,8 +1,6 @@ // --- React Methods import React, { useContext, useEffect, useRef, useState } from "react"; -import { LoadingCard } from "./LoadingCard"; - import { PLATFORMS, PlatformSpec } from "../config/platforms"; import { PlatformGroupSpec, STAMP_PROVIDERS } from "../config/providers"; diff --git a/app/pages/Dashboard.tsx b/app/pages/Dashboard.tsx index d651d7ffd7..1617e5d93a 100644 --- a/app/pages/Dashboard.tsx +++ b/app/pages/Dashboard.tsx @@ -122,8 +122,8 @@ export default function Dashboard() { )} -
-
+
+

My Stamps

Select the decentralized identity verification stamps you'd like to connect to. @@ -148,7 +148,7 @@ export default function Dashboard() { )}

)} -
+
{isLoadingPassport == IsLoadingPassportState.FailedToConnect && retryModal} {viewerConnection.status !== "connecting" && (passport ? (