mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
fix/sidebar-socials: fix something wrong
This commit is contained in:
parent
a65704e735
commit
08c258c7d0
2 changed files with 2 additions and 2 deletions
|
@ -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)}
|
||||
>
|
||||
|
|
0
src/renderer/pages/patch-notes/patch-notes-skeleton.tsx
Normal file
0
src/renderer/pages/patch-notes/patch-notes-skeleton.tsx
Normal file
Loading…
Reference in a new issue