Skip to content

Commit b28c442

Browse files
committed
lint
1 parent 0a1c765 commit b28c442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/_shell/providers/theme-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
1818
pathname.startsWith('/privacy') ||
1919
pathname.startsWith('/invite') ||
2020
pathname.startsWith('/verify') ||
21-
pathname.startsWith('/changelog') ||
21+
pathname.startsWith('/changelog') ||
2222
pathname.startsWith('/chat') ||
2323
pathname.startsWith('/studio') ||
2424
pathname.startsWith('/resume') ||

0 commit comments

Comments
 (0)