feat: temp shitty fixes to alexender know how to do better

This commit is contained in:
2025-08-20 12:17:19 +03:00
parent 7dba5b5ed9
commit 32ea2aa060
7 changed files with 55 additions and 57 deletions

View File

@ -3,7 +3,7 @@ import { Group, Stack, Text } from "@mantine/core";
import FooterClickable from "@/components/layout/Footer/FooterClickable";
import styles from "./Footer.module.css";
type LinkData = {
export type LinkData = {
icon: typeof IconPlus;
label: string;
href: string;