Skip to content

Commit c56d741

Browse files
Update profile picture
1 parent d866a8f commit c56d741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/static/src/pages/about.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import '../main.scss';
1414

1515
import willows from '../images/WillowPatch.jpg';
1616
import alex_scheel from '../images/alex-scheel.jpg';
17-
import nick_scheel from '../images/nick-scheel.png';
17+
import verity_scheel from '../images/verity-scheel.jpg';
1818
import liz_mayo from '../images/liz-mayo.jpg';
1919

2020
class AboutPage extends React.Component {
@@ -98,7 +98,7 @@ class AboutPage extends React.Component {
9898
<LazyLoadComponent>
9999
<div className="flexible">
100100
<c.Card style={{ width: '300px' }}>
101-
<c.CardMedia square style={{ backgroundImage: 'url(' + nick_scheel + ')' }} />
101+
<c.CardMedia square style={{ backgroundImage: 'url(' + verity_scheel + ')' }} />
102102
<Typography use="headline3">Verity&nbsp;Scheel</Typography>
103103
<article className="text-left" style={{ padding: '0 1rem 1rem 1rem' }}>
104104
<p>

0 commit comments

Comments
 (0)