diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx index 39d94bb6..fcd4ed3d 100644 --- a/src/pages/LandingPage.tsx +++ b/src/pages/LandingPage.tsx @@ -1184,6 +1184,37 @@ function LandingPage() { {isLoading ? ( + ) : heldKeyPositions.filter( + position => position.quantity && position.quantity > 0 + ).length === 0 ? ( +
+
+
+ +
+

+ No creator keys yet +

+

+ This wallet doesn’t hold any creator keys right now. + Browse creators and secure your first key. +

+ + Browse creators + +
) : (
{heldKeyPositions