Skip to content

Commit ceb61ef

Browse files
committed
Update course table filters and virtualization
1 parent 9db0d2f commit ceb61ef

21 files changed

Lines changed: 627 additions & 421 deletions

src/components/app-sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Link from "next/link";
1+
import { Link } from "@tanstack/react-router";
22

33
import { CourseList } from "@/components/course-list";
44
import {
@@ -38,7 +38,7 @@ export function AppSidebar({
3838
asChild
3939
className="data-[slot=sidebar-menu-button]:!p-1.5"
4040
>
41-
<Link href="/">
41+
<Link to="/">
4242
<span className="text-base font-semibold">AZQUERYSUCKS</span>
4343
</Link>
4444
</SidebarMenuButton>

0 commit comments

Comments
 (0)