diff options
author | dan <dan.abramov@gmail.com> | 2024-12-13 21:38:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 21:38:43 +0000 |
commit | da6bcc54cfff198e629a34987746028414867ec9 (patch) | |
tree | cedbce914a1118db78f305189112ab0f0c76244c /src/screens/StarterPack/StarterPackScreen.tsx | |
parent | adbc27059a6e7f59ad86f3df52038a163ee21981 (diff) | |
download | voidsky-da6bcc54cfff198e629a34987746028414867ec9.tar.zst |
Tweak ProfileList design (#7100)
* Remove "No description" * Move Lists about into header * Remove pager with one tab * Layout tweaks
Diffstat (limited to 'src/screens/StarterPack/StarterPackScreen.tsx')
-rw-r--r-- | src/screens/StarterPack/StarterPackScreen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 1b2f61bd5..3a3e4234f 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -407,6 +407,7 @@ function Header({ isOwner={isOwn} avatar={undefined} creator={creator} + purpose="app.bsky.graph.defs#referencelist" avatarType="starter-pack"> {hasSession ? ( <View style={[a.flex_row, a.gap_sm, a.align_center]}> |