mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
working pages and app router
This commit is contained in:
@@ -7,7 +7,7 @@ export default function CourseList() {
|
||||
return (
|
||||
<div>
|
||||
{courses.map((c) => (
|
||||
<Link href={`/course/${c}`} key={c}>
|
||||
<Link href={`/course/${c}`} key={c} shallow={true}>
|
||||
{c}{" "}
|
||||
</Link>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user