We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c926d50 commit fed41c9Copy full SHA for fed41c9
1 file changed
frontend/src/components/app/recommendations/RecommendationCard.vue
@@ -10,12 +10,6 @@
10
'background-size' :'cover',
11
'background-image': 'url(' + getPrimaryImage() + ')'}">
12
<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>
19
<div class="flex items-end my-2">
20
<h1 class="text-4xl font-bold leading-none">{{this.recommendation.first_name}}</h1>
21
<h1 class="text-2xl ml-2 leading-none mb-1">{{this.recommendation.age}}</h1>
0 commit comments