Skip to content

Commit

Permalink
feat: Add CTAs below the post CTA - MEED-2072 - Meeds-io/meeds#54 (#324)
Browse files Browse the repository at this point in the history
This fix will change the display of the send kudos action used in the composer.
  • Loading branch information
MayTekayaa authored and exo-swf committed Aug 23, 2023
1 parent 91f2f7e commit 8103627
Showing 1 changed file with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
<template>
<v-card
class="d-flex flex-row"
outlined
flat
hover
@click="openSendKudosDrawer" >
<v-card-actions class="ms-4 py-3">
<v-icon
color="primary"
size="50">
fa-award
</v-icon>
</v-card-actions>
<v-card-title class="caption font-weight-bold">
<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-card-title>
</v-card>
</v-span>
</div>
</template>
<script>
export default {
Expand Down

0 comments on commit 8103627

Please sign in to comment.