Skip to content

Commit d9e585e

Browse files
authored
Fix anchor tag self-closing syntax and position in People.tsx
1 parent b5844c6 commit d9e585e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/People.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,15 @@ export function People(): ReactElement {
225225
</div>
226226

227227
<div className="banner-bottom-left">
228-
<a href="https://congyingxu.github.io/" />
228+
<a href="https://congyingxu.github.io/">
229229
<div className="portrait">
230230
<img
231231
alt=""
232232
src="images/congying.jpeg"
233233
className="portrait-round"
234234
/>
235235
</div>
236+
</a>
236237
<h3>
237238
<a href="https://congyingxu.github.io/">Congying Xu</a>
238239
</h3>

0 commit comments

Comments
 (0)