Skip to content

Commit fed41c9

Browse files
committed
recommendation remove online info
1 parent c926d50 commit fed41c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/components/app/recommendations/RecommendationCard.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
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>

0 commit comments

Comments
 (0)