tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
Merge branch 'Tanza3D-small-pfp-desktop-2' into main
Paul Frazee
2 years ago
65b83e0d
cd3b0e54
+1
-1
1 changed file
expand all
collapse all
unified
split
src
view
shell
desktop
LeftNav.tsx
+1
-1
src/view/shell/desktop/LeftNav.tsx
···
42
42
const ProfileCard = observer(function ProfileCardImpl() {
43
43
const store = useStores()
44
44
const {isDesktop} = useWebMediaQueries()
45
45
-
const size = isDesktop ? 64 : 48
45
45
+
const size = 48
46
46
return store.me.handle ? (
47
47
<Link
48
48
href={makeProfileLink(store.me)}