We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6446dbc + 0d162f4 commit e40750bCopy full SHA for e40750b
1 file changed
src/views/Home.vue
@@ -47,7 +47,7 @@ init()
47
<div class="button" @click="router.push('/dining')"><SwatchIcon class="w-6 mr-2" />Dining</div>
48
<div class="button" @click="router.push('/course')"><BookOpenIcon class="w-6 mr-2" />Course</div>
49
<div class="button" @click="router.push('/waitz')"><BuildingLibraryIcon class="w-6 mr-2" />Building Capacity</div>
50
- <div class="button" @click="router.push('/links')"><LinkIcon class="w-6 mr-2" />All Links</div>
+ <div class="button" @click="router.push('/link')"><LinkIcon class="w-6 mr-2" />All Links</div>
51
<hr>
52
</div>
53
<div class="-translate-y-1.5 w-full sm:w-56 my-4 sm:my-0">
@@ -67,4 +67,4 @@ init()
67
transition: all 0.3s ease;
68
@apply cursor-pointer p-2 flex items-center font-bold border border-x-0 border-b-0 hover:bg-gray-200;
69
}
70
-</style>
+</style>
0 commit comments