Skip to content

Commit 179290a

Browse files
authored
Fix anchor tag self-closing syntax in People.tsx
1 parent 7b34f06 commit 179290a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/People.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ 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=""

0 commit comments

Comments
 (0)