+ {type} +
++ {label} +
+Loading...
+ ) : ( +Contribution
Issues About us - Contribution + Contribution diff --git a/src/routes.ts b/src/routes.ts index 670c899..1c24099 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -3,7 +3,7 @@ * These routes do not require authentication * @type {string[]} */ -export const publicRoutes: string[] = ["/", "/explore", "/language", "/trekking", "/map", "/about"]; +export const publicRoutes: string[] = ["/", "/explore", "/language", "/trekking", "/map", "/about", "/contributors"]; /** * An array of routes that are used for authentication