Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #84 from AndresMorelos/redisgn-logo
Browse files Browse the repository at this point in the history
Logo redesign
  • Loading branch information
AndresMorelos authored Jun 8, 2022
2 parents 8d81ad4 + 17878e7 commit a8bbe79
Show file tree
Hide file tree
Showing 15 changed files with 316 additions and 188 deletions.
8 changes: 4 additions & 4 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ function setInitialValues() {
profile: {
logo: logoBase64String,
fullname: 'Invoncify',
company: 'Oceanic Preservation Society',
address: '336 Bon Air Center #384 Greenbrae, CA 94904',
email: 'info@opsociety.org',
company: 'Andres Morelos',
address: 'Colombia',
email: 'invoncify@andresmorelos.me',
phone: '+01 (0) 1-2345-6789',
website: 'http://www.opsociety.org/',
website: 'https://invoncify.andresmorelos.me',
},
general: {
language: 'en',
Expand Down
10 changes: 5 additions & 5 deletions app/components/login/Login.jsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import React from 'react';
import WelcomeImg from '@images/Welcome.svg'
import WelcomeImg from '@images/default_logo.svg';
import Slide from '../shared/Slide';

const Login = function({ t, formAction }) {
const Login = function ({ t, formAction }) {
return (
<Slide
inverted
fromColor="#090979"
toColor="#00d4ff"
fromColor="#2da4a3"
toColor="#ffbd3e"
heading={t('login:heading')}
description={t('login:description')}
imgSrc={WelcomeImg}
imgSize="300px"
formAction={formAction}
/>
);
}
};

export default Login;
2 changes: 1 addition & 1 deletion app/components/shared/ErrorBoundary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ErrorBoundary extends Component {
<br />
GitHub: https://github.com/AndresMorelos/Invoncify
<br />
Email: invoncify@andresmrorelos.me
Email: invoncify@andresmorelos.me
</p>
</ErrorContainer>
);
Expand Down
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "invoncify",
"homepage": "https://invoncify.andresmorelos.me",
"productName": "Invoncify",
"version": "1.18.0",
"version": "1.19.0",
"license": "GPL-3.0",
"description": "Flexible invoicing desktop app with beautiful & customizable templates",
"author": {
Expand Down Expand Up @@ -86,7 +86,7 @@
"devtron": "1.4.0",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"electron": "16.0.5",
"electron-builder": "22.14.5",
"electron-builder": "23.0.3",
"enzyme": "3.11.0",
"eslint": "8.5.0",
"eslint-config-airbnb": "19.0.2",
Expand Down
1 change: 1 addition & 0 deletions static/imgs/Grises.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/imgs/Welcome.svg

This file was deleted.

2 changes: 1 addition & 1 deletion static/imgs/default_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/imgs/manta-logo.png
Binary file not shown.
Binary file modified static/imgs/tray_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/imgs/tray_icon.svg

This file was deleted.

6 changes: 3 additions & 3 deletions tour/components/slides/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const Welcome = function({t}) {
return (
<Slide
inverted
fromColor="#CAD2E8"
toColor="#6979A4"
fromColor="#2da4a3"
toColor="#ffbd3e"
heading={t('tour:slides:welcome:heading')}
description={t('tour:slides:welcome:description')}
imgSrc={WelcomeImg}
imgSize="400px"
imgSize="300px"
/>
);
}
Expand Down
Loading

0 comments on commit a8bbe79

Please sign in to comment.