Changed images

This commit is contained in:
Mustafa Buyukcelebi 2020-07-17 17:18:01 +03:00
parent a3bf559d19
commit 96f92d25cf
34 changed files with 6 additions and 6 deletions

BIN
src/assets/avatar_default.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
src/assets/ecency-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
src/assets/ecency.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
src/assets/ecency@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
src/assets/ecency@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
src/assets/nsfw@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
src/assets/nsfw@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -35,7 +35,7 @@ const BoostIndicatorAnimation = ({ isSpinning }) => {
/>
<Image
style={{ width: 80, height: 80 }}
source={require('../../../assets/esteem_logo_transparent.png')}
source={require('../../../assets/ecency_logo_transparent.png')}
/>
</View>
);

View File

@ -33,7 +33,7 @@ class LoginHeaderView extends PureComponent {
<View style={styles.headerRow}>
<Image
style={styles.logo}
source={require('../../../assets/esteem_logo_transparent.png')}
source={require('../../../assets/ecency_logo_transparent.png')}
/>
<View style={styles.headerButton}>
<TextButton

View File

@ -1,7 +1,7 @@
import React from 'react';
import { View, Image } from 'react-native';
import LOGO from '../../assets/esteem_logo_transparent.png';
import LOGO from '../../assets/ecency_logo_transparent.png';
// Styles
import styles from './logoStyles';

View File

@ -13,7 +13,7 @@ import styles from './postHeaderDescriptionStyles';
import { default as ROUTES } from '../../../../constants/routeNames';
// Constants
const DEFAULT_IMAGE = require('../../../../assets/esteem.png');
const DEFAULT_IMAGE = require('../../../../assets/ecency.png');
class PostHeaderDescription extends PureComponent {
// Component Life Cycles

View File

@ -15,8 +15,8 @@ import ROUTES from '../../constants/routeNames';
// Styles
import styles from './registerStyles';
import ESTEEM_LOGO from '../../assets/esteem-logo.png';
import ESTEEM_SMALL_LOGO from '../../assets/esteem_logo_transparent.png';
import ESTEEM_LOGO from '../../assets/ecency-logo.png';
import ESTEEM_SMALL_LOGO from '../../assets/ecency_logo_transparent.png';
const RegisterScreen = ({ navigation }) => {
const intl = useIntl();