From 6768e3ff7177ba1e635284da2808b5165c16c1b1 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Sun, 2 Jul 2023 22:07:39 +0200 Subject: [PATCH] Make sidebar avatar keyboard-clickable. (#921) --- src/view/shell/desktop/LeftNav.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 9f047418..99fe9fc7 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -40,7 +40,10 @@ import {router} from '../../../routes' const ProfileCard = observer(() => { const store = useStores() return ( - + )