feat(website): social buttons in mobile menu

This commit is contained in:
Elian Doran
2025-09-27 17:37:01 +03:00
parent bdb03f8d51
commit 894ec1e3c1
4 changed files with 59 additions and 32 deletions

View File

@@ -6,6 +6,7 @@ import Icon from "./Icon";
import logoPath from "../assets/icon-color.svg";
import menuIcon from "../assets/boxicons/bx-menu.svg?raw";
import { useState } from "preact/hooks";
import { SocialButtons } from "./Footer";
interface HeaderLink {
url: string;
@@ -51,6 +52,8 @@ export function Header() {
target={link.external && "_blank"}
>{link.text}</a>
))}
<SocialButtons className="mobile-only" withText />
</nav>
<DownloadButton />