diff options
-rw-r--r-- | src/screens/StarterPack/StarterPackLandingScreen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index cd4ca151a..b781419ef 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -240,6 +240,7 @@ function LandingScreenLoaded({ a.px_md, a.border_t, t.atoms.border_contrast_low, + {pointerEvents: 'none'}, ]}> <ProfileCard profile={item.subject} |