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>
|
<div className={styles.footerText}>{t("follow_us")}</div>
|
||||||
|
|
||||||
<span className={styles.footerSocialsContainer}>
|
<span className={styles.footerSocialsContainer}>
|
||||||
{socials.map((item, i) => {
|
{socials.map((item) => {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
key={i}
|
key={item.url}
|
||||||
className={styles.footerSocialsItem}
|
className={styles.footerSocialsItem}
|
||||||
onClick={() => window.electron.openExternal(item.url)}
|
onClick={() => window.electron.openExternal(item.url)}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user