Skip to content

Commit 73c26e5

Browse files
authored
Merge pull request #231 from enguerran/fix/releasevcard
fix: Release 0.5.5
2 parents c6d6aaa + 5234013 commit 73c26e5

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

manifest.webapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "webapp",
88
"description": "Contact manager for Cozy Cloud",
99
"category": "cozy",
10-
"version": "0.5.4",
10+
"version": "0.5.5",
1111
"licence": "AGPL-3.0",
1212
"source": "https://github.com/cozy/cozy-contacts.git@build",
1313
"developer": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-contacts",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"scripts": {
55
"tx": "tx pull --all || true",
66
"lint": "yarn lint:js && yarn lint:styles",

src/assets/icons/team.svg

Lines changed: 13 additions & 12 deletions
Loading

src/components/Toolbar.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { PropTypes } from 'prop-types'
3-
import ContactsIntentButton from 'components/Buttons/ContactsIntentButton'
3+
import ContactsIntentButton from './Buttons/ContactsIntentButton'
44
import { Button } from 'cozy-ui/react'
55
import IconTeam from '../assets/icons/team.svg'
66

@@ -30,7 +30,6 @@ const Toolbar = ({ displayContactForm, displayVcardImport }, { t }) => {
3030
/>
3131
{vcardEnabled && (
3232
<Button
33-
className="contacts-empty-button"
3433
onClick={displayVcardImport}
3534
label={t('empty.importation')}
3635
theme="secondary"

0 commit comments

Comments
 (0)