Skip to content

Commit 5dbb6c4

Browse files
committed
refactor: update about us component
1 parent e90523b commit 5dbb6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/AboutUs/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const WeChat = () => {
8989

9090
export const ContactInfo = () => {
9191
return (
92-
<ul className={style.icons}>
92+
<div className={style.icons}>
9393
<ul>
9494
<RSS />
9595

@@ -105,7 +105,7 @@ export const ContactInfo = () => {
105105

106106
<WeChat />
107107
</ul>
108-
</ul>
108+
</div>
109109
);
110110
};
111111

0 commit comments

Comments
 (0)