mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
view todays lectures from home
This commit is contained in:
@@ -9,7 +9,14 @@ export default function CourseList() {
|
||||
<div>
|
||||
{allSettings.map((settings) => (
|
||||
<div key={settings.name}>
|
||||
<Link href={getCourseUrl(settings.name)} shallow={true}>
|
||||
<Link
|
||||
href={getCourseUrl(settings.name)}
|
||||
shallow={true}
|
||||
className="
|
||||
font-bold text-xl block
|
||||
transition-all hover:scale-105 hover:underline
|
||||
"
|
||||
>
|
||||
{settings.name}
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user