We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e585e commit f0f31daCopy full SHA for f0f31da
1 file changed
src/pages/People.tsx
@@ -226,13 +226,13 @@ export function People(): ReactElement {
226
227
<div className="banner-bottom-left">
228
<a href="https://congyingxu.github.io/">
229
- <div className="portrait">
230
- <img
231
- alt=""
232
- src="images/congying.jpeg"
233
- className="portrait-round"
234
- />
235
- </div>
+ <div className="portrait">
+ <img
+ alt=""
+ src="images/congying.jpeg"
+ className="portrait-round"
+ />
+ </div>
236
</a>
237
<h3>
238
<a href="https://congyingxu.github.io/">Congying Xu</a>
0 commit comments