diff options
author | Eric Bailey <git@esb.lol> | 2024-06-24 18:10:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 16:10:18 -0700 |
commit | d79891a8584001db81895dac483f40d45cfa4f87 (patch) | |
tree | 817bb9e57654107b37b122db5b0398311c41c86b | |
parent | 51fca956699ab2b686d137a9604c755c6d42ac78 (diff) | |
download | voidsky-d79891a8584001db81895dac483f40d45cfa4f87.tar.zst |
Disable clicks on profile cards on starter pack lander (#4621)
-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} |