this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

filter link

+6
+6
src/components/Header.tsx
··· 43 43 Pagination Example 44 44 </Link> 45 45 </div> 46 + 47 + <div className="px-2"> 48 + <Link to="/filters" activeProps={{ className: "font-bold" }}> 49 + Filters Example 50 + </Link> 51 + </div> 46 52 </nav> 47 53 </header> 48 54 );