Skip to content

Commit

Permalink
fix: Align action labels below the composer - MEED-2609 -Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…#54 (#381)

This change will align action labels below the composer and add the license header for new components.
  • Loading branch information
MayTekayaa committed Oct 2, 2023
1 parent 03ee9d7 commit 873a25d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2023 Meeds Association
[email protected]
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<template>
<v-card
id="sendKudosComposerButton"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2023 Meeds Association
[email protected]
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<template>
<v-tooltip v-if="!spaceId" bottom>
<template #activator="{ on, attrs }">
Expand Down Expand Up @@ -31,7 +47,7 @@
color="primary">
fa-award
</v-icon>
<v-span class="body-2 font-weight-bold ms-5 mt-1 dark-grey-color">
<v-span class="body-2 font-weight-bold ms-5 dark-grey-color">
{{ $t('kudos.title') }}
</v-span>
</v-btn>
Expand Down

0 comments on commit 873a25d

Please sign in to comment.