Skip to content

Commit 5429fa7

Browse files
committed
changes by lint&format script [skip ci]
1 parent 6865281 commit 5429fa7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/pages/People.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,17 @@ export function People(): ReactElement {
260260

261261
<div className="banner-bottom-left">
262262
<a href="https://imcsq.github.io/">
263-
<div className="portrait">
264-
<img
265-
alt=""
266-
src="images/songqiang.png"
267-
className="portrait-round"
268-
/>
269-
</div>
263+
<div className="portrait">
264+
<img
265+
alt=""
266+
src="images/songqiang.png"
267+
className="portrait-round"
268+
/>
269+
</div>
270270
</a>
271-
<h3><a href="https://imcsq.github.io/">Songqiang Chen</a></h3>
271+
<h3>
272+
<a href="https://imcsq.github.io/">Songqiang Chen</a>
273+
</h3>
272274
<p>PhD Student at HKUST</p>
273275
</div>
274276

0 commit comments

Comments
 (0)