Skip to content

Commit e40750b

Browse files
authored
Merge pull request #67 from GoGaucho/broken-links-button
2 parents 6446dbc + 0d162f4 commit e40750b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ init()
4747
<div class="button" @click="router.push('/dining')"><SwatchIcon class="w-6 mr-2" />Dining</div>
4848
<div class="button" @click="router.push('/course')"><BookOpenIcon class="w-6 mr-2" />Course</div>
4949
<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>
50+
<div class="button" @click="router.push('/link')"><LinkIcon class="w-6 mr-2" />All Links</div>
5151
<hr>
5252
</div>
5353
<div class="-translate-y-1.5 w-full sm:w-56 my-4 sm:my-0">
@@ -67,4 +67,4 @@ init()
6767
transition: all 0.3s ease;
6868
@apply cursor-pointer p-2 flex items-center font-bold border border-x-0 border-b-0 hover:bg-gray-200;
6969
}
70-
</style>
70+
</style>

0 commit comments

Comments
 (0)