From f8b5c4169c1d68e3f379fd47f71a5e4b14323f22 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Tue, 7 Feb 2023 23:25:46 +0100 Subject: [PATCH] fix more progress recursion --- src/components/layout/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 71d40f76..cfef043d 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -12,7 +12,7 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
+