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 74e5472 commit d189153Copy full SHA for d189153
src/pages/About/ContactUs.tsx
@@ -211,13 +211,13 @@ const ContactUs = () => {
211
>
212
<div className="w-10 h-10 flex items-center justify-center mb-1">
213
<img
214
- src={social.icon}
215
- alt=""
216
- width={20}
217
- height={20}
218
- className="filter brightness-0 dark:invert opacity-90"
219
- aria-hidden="true"
220
- />
+ src={social.icon}
+ alt=""
+ width={28}
+ height={28}
+ className="filter brightness-0 dark:invert opacity-90"
+ aria-hidden="true"
+ />
221
</div>
222
<span className="text-xs text-gray-700 dark:text-gray-300 font-medium text-center">
223
{social.name}
0 commit comments