fix: 🐛 Add event page is unreachable from dashboard
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Wed, 08 Feb 2023 11:23:11 +0000
        
          1 files changed,
          1 insertions(+),
          1 deletions(-)
          
          jump to
            
            
            
            M
            
          
          frontend/pages/dashboard.tsx
          
            → 
            frontend/pages/dashboard.tsx
          
          
            
          @@ -92,7 +92,7 @@ noDateEvents={noDateEvents}
/> )} <Fab - onClick={() => router.push('/', undefined, {shallow: true})} + onClick={() => router.push('/')} aria-label="add-event" > {t('dashboard.actions.add_event')}