Skip to content

Commit

Permalink
fix: Remove placeholder when editing an activity - MEED-2444 - Meeds-…
Browse files Browse the repository at this point in the history
…io/MIPs#54

This change will adjust the box of the send kudos action inside of the composer extension.
  • Loading branch information
MayTekayaa authored Sep 5, 2023
1 parent ff593c6 commit 447f79b
Showing 1 changed file with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
<template>
<div
class="d-flex flex-row align-center"
@click="openSendKudosDrawer">
<v-icon
color="primary"
size="50">
fa-award
</v-icon>
<v-span class="caption font-weight-bold ms-5">
{{ $t('exoplatform.kudos.title.sendAKudos') }}
</v-span>
</div>
<v-card
class="mx-4 mb-3 px-6 py-3"
outlined
flat
hover>
<div
class="d-flex flex-row align-center"
@click="openSendKudosDrawer">
<v-icon
color="primary"
size="50">
fa-award
</v-icon>
<v-span class="caption font-weight-bold ms-5">
{{ $t('exoplatform.kudos.title.sendAKudos') }}
</v-span>
</div>
</v-card>
</template>
<script>
export default {
Expand Down

0 comments on commit 447f79b

Please sign in to comment.