Change profile pic back to jpg for wider support

This commit is contained in:
Mitchell Simon 2019-09-03 00:14:08 -04:00
parent 9b0c712688
commit ba61e2fa2c
2 changed files with 1 additions and 1 deletions

BIN
src/images/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -1,6 +1,6 @@
import * as React from "react"
import profile from "../../images/profile.webp"
import profile from "../../images/profile.jpg"
import "./index.css"
export default class Home extends React.PureComponent {