Skip to content

Commit

Permalink
Optimize images for the web.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Nov 23, 2019
1 parent c257147 commit 485f409
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file removed client/public/images/aeflogo.bmp
Binary file not shown.
4 changes: 2 additions & 2 deletions client/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import aeflogo from '../../static/images/aeflogo.bmp'; // Tell Webpack this JS file uses this image
import fmblogo from '../../static/images/fmblogo.png';
import aeflogo from '../../static/images/aeflogo.png'; // Tell Webpack this JS file uses this image
import fmblogo from '../../static/images/fmblogo.jpg';

import './Header.css';

Expand Down
Binary file removed client/src/static/images/aeflogo.bmp
Binary file not shown.
Binary file added client/src/static/images/aeflogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/static/images/fmblogo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/src/static/images/fmblogo.png
Binary file not shown.
Binary file removed client/static/images/person.jpg
Binary file not shown.

0 comments on commit 485f409

Please sign in to comment.