Ditch feeds, drop size

This commit is contained in:
Eric Bailey
2024-05-09 22:06:20 -05:00
parent d0afc91620
commit 1be2d395f8
3 changed files with 5 additions and 54 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ export function DesktopLeftNav() {
const numUnreadNotifications = useUnreadNotifications()
const numUnreadMessages = useUnreadMessageCount()
const gate = useGate()
const iconWidth = isDesktop ? 28 : 32
const iconWidth = 28
if (!hasSession && !isDesktop) {
return null