File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
frontend/src/components/app/recommendations Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1010 'background-size' :'cover',
1111 'background-image': 'url(' + getPrimaryImage() + ')'}" >
1212 <div class =" p-8 text-white" >
13- <div class =" flex items-center" >
14- <img v-if =" this.recommendation.is_online" class =" w-3 h-3" src =" ../../../assets/recommendations/online.png" >
15- <img v-else class =" w-3 h-3" src =" ../../../assets/recommendations/offline.png" >
16- <h1 v-if =" this.recommendation.is_online" class =" text-lg ml-2 leading-none" >online</h1 >
17- <h1 v-else class =" text-lg ml-2 leading-none" >offline</h1 >
18- </div >
1913 <div class =" flex items-end my-2" >
2014 <h1 class =" text-4xl font-bold leading-none" >{{this.recommendation.first_name}}</h1 >
2115 <h1 class =" text-2xl ml-2 leading-none mb-1" >{{this.recommendation.age}}</h1 >
You can’t perform that action at this time.
0 commit comments