File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
components/app/recommendations Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5050 v-for =" (recommendation, index) in recommendations" :key =" index"
5151 v-bind:recommendation =" recommendation" ></RecommendationCard >
5252 </div >
53+ <div class =" text-center md:text-left px-4 md:px-0" v-if =" !recommendations.length" >
54+ <h1 style =" opacity : 0.085 ; font-size : 10vh ;" class =" uppercase leading-none" >"Good things</h1 >
55+ <h1 style =" opacity : 0.085 ; font-size : 10vh ;" class =" uppercase leading-none" >take time"</h1 >
56+ </div >
5357 </section >
5458</template >
5559
Original file line number Diff line number Diff line change 22 <!-- eslint-disable max-len -->
33 <div class =" mx-4 sm:mx-16 lg:mx-32" >
44 <NavBar v-bind:currentRoute =" 'History'" ></NavBar >
5- <section class =" mx-auto" >
5+ <section class =" mx-auto mt-4 " >
66 <div class =" flex items-center justify-center md:justify-start w-full mb-4" >
77 <h1
88 class =" text-3xl sm:text-5xl my-4 inline-block text-center leading-none onboarding-sub-container-content-heading" >
You can’t perform that action at this time.
0 commit comments