fix/sidebar-socials: fix something wrong

This commit is contained in:
Guilherme Viana 2024-04-19 16:49:29 -03:00
parent a65704e735
commit 08c258c7d0
2 changed files with 2 additions and 2 deletions

View File

@ -236,10 +236,10 @@ export function Sidebar() {
<div className={styles.footerText}>{t("follow_us")}</div>
<span className={styles.footerSocialsContainer}>
{socials.map((item, i) => {
{socials.map((item) => {
return (
<button
key={i}
key={item.url}
className={styles.footerSocialsItem}
onClick={() => window.electron.openExternal(item.url)}
>