Skip to content

Commit 6380888

Browse files
committed
changes by lint&format script [skip ci]
1 parent 2f78cd6 commit 6380888

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

src/pages/People.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export function People(): ReactElement {
148148
{/* Students */}
149149

150150
<div className="clearfix"> </div>
151-
<h2>Students</h2>
151+
<h2>Students</h2>
152152

153153
<div className="banner-bottom-left">
154154
<div className="portrait">
@@ -379,18 +379,20 @@ export function People(): ReactElement {
379379
</p>
380380
</div>
381381

382-
<div className="banner-bottom-left">
382+
<div className="banner-bottom-left">
383383
<a href="https://sissel-wu.github.io">
384-
<div className="portrait">
385-
<img alt="" src="images/jiarong.png" className="portrait-round" />
386-
</div>
384+
<div className="portrait">
385+
<img
386+
alt=""
387+
src="images/jiarong.png"
388+
className="portrait-round"
389+
/>
390+
</div>
387391
</a>
388392
<h3>
389-
<a href="https://sissel-wu.github.io">Jiarong Wu</a>
390-
</h3>
391-
<p>
392-
PhD Graduate at HKUST
393-
</p>
393+
<a href="https://sissel-wu.github.io">Jiarong Wu</a>
394+
</h3>
395+
<p>PhD Graduate at HKUST</p>
394396
</div>
395397

396398
<div className="banner-bottom-left">

0 commit comments

Comments
 (0)