mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
fix/sidebar-socials: fix something wrong
This commit is contained in:
parent
a65704e735
commit
08c258c7d0
@ -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)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user