File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments