Adjust directory structure
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
@ -4,7 +4,7 @@ import { StyledFooter } from './styled';
|
|||||||
|
|
||||||
// FIXME: use SVG loader
|
// FIXME: use SVG loader
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
const poweredByIcon = require('../../../images/pwrdby-white.svg');
|
const poweredByIcon = require('./pwrdby-white.svg');
|
||||||
|
|
||||||
const Footer = (): React.ReactElement => {
|
const Footer = (): React.ReactElement => {
|
||||||
return (
|
return (
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -5,7 +5,7 @@ import { FormattedMessage } from 'react-intl';
|
|||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import Button from '@material-ui/core/Button';
|
import Button from '@material-ui/core/Button';
|
||||||
|
|
||||||
import logo from '../../../images/logo-small.svg';
|
import logo from './logo-small.svg';
|
||||||
|
|
||||||
interface HeaderProps {
|
interface HeaderProps {
|
||||||
type: 'only-signup' | 'only-signin' | 'none';
|
type: 'only-signup' | 'only-signin' | 'none';
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -38,8 +38,8 @@ import Link from '@material-ui/core/Link';
|
|||||||
import ListItemText from '@material-ui/core/ListItemText';
|
import ListItemText from '@material-ui/core/ListItemText';
|
||||||
import ListItemSecondaryAction from '@material-ui/core/ListItemSecondaryAction';
|
import ListItemSecondaryAction from '@material-ui/core/ListItemSecondaryAction';
|
||||||
|
|
||||||
import logoIcon from '../../images/logo-small.svg';
|
import logoIcon from './logo-small.svg';
|
||||||
import poweredByIcon from '../../images/pwrdby-white.svg';
|
import poweredByIcon from './pwrdby-white.svg';
|
||||||
|
|
||||||
export type Filter = GenericFilter | LabelFilter;
|
export type Filter = GenericFilter | LabelFilter;
|
||||||
|
|
||||||
|
16
packages/webapp/src/components/maps-page/logo-small.svg
Normal file
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 15 KiB |