We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90523b commit 5dbb6c4Copy full SHA for 5dbb6c4
client/src/components/AboutUs/index.tsx
@@ -89,7 +89,7 @@ export const WeChat = () => {
89
90
export const ContactInfo = () => {
91
return (
92
- <ul className={style.icons}>
+ <div className={style.icons}>
93
<ul>
94
<RSS />
95
@@ -105,7 +105,7 @@ export const ContactInfo = () => {
105
106
<WeChat />
107
</ul>
108
- </ul>
+ </div>
109
);
110
};
111
0 commit comments