mirror of https://github.com/mitchell/mjfs.us.git
Change profile pic back to jpg for wider support
This commit is contained in:
parent
9b0c712688
commit
ba61e2fa2c
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue