mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
fix/sidebar-socials: fix something wrong
This commit is contained in:
parent
3ed9c367ea
commit
d41192632e
@ -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