Skip to content

Commit 68cf9a8

Browse files
authored
Remove link to non existent example page (#947)
1 parent 45a95dd commit 68cf9a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/nextjs/pages/index.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ const EXAMPLE_ROUTES = {
1717
title: 'Clubhouse clone build with LiveKit components',
1818
href: () => `/clubhouse`,
1919
},
20-
processors: {
21-
title: 'Minimal example with background blur',
22-
href: () => `/processors`,
23-
},
2420
} as const;
2521

2622
const Home: NextPage = () => {

0 commit comments

Comments
 (0)