mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
adding some prefetches, not sure if makes difference
This commit is contained in:
@@ -30,6 +30,7 @@ export default function CourseList() {
|
||||
<Link
|
||||
href={getCourseUrl(settings.name)}
|
||||
shallow={true}
|
||||
prefetch={true}
|
||||
className="
|
||||
font-bold text-xl block
|
||||
transition-all hover:scale-105 hover:underline hover:text-slate-200
|
||||
|
||||
Reference in New Issue
Block a user