Skip to content

Commit 2cb09aa

Browse files
authored
Merge pull request #64 from GoGaucho/all-links-remove-web-file
Zuhui: adjusting home page
2 parents 677a4c9 + 8f15a45 commit 2cb09aa

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,11 +47,11 @@ 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>
5051
<hr>
5152
</div>
52-
<div class="w-full sm:w-56 my-4 sm:my-0">
53+
<div class="-translate-y-1.5 w-full sm:w-56 my-4 sm:my-0">
5354
<LinkCard class="w-full m-1" v-for="l in links[0]" :title="l.title" :icon="l.icon" :href="l.href" small="1" />
54-
<p class="text-xs text-gray-500 px-2 cursor-pointer" @click="router.push('/link')">All links ></p>
5555
</div>
5656
</div>
5757
<div class="h-12" />

0 commit comments

Comments
 (0)