Skip to content

Commit 0a71069

Browse files
Zuhui GaoZuhui Gao
authored andcommitted
slight changes to home, made all links more visisble
1 parent 843bee3 commit 0a71069

2 files changed

Lines changed: 3 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-3 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" />

web

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 843bee33d33675107ac6506892ef1948a37fdf74

0 commit comments

Comments
 (0)