feat: temp shitty fixes to alexender know how to do better
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import { IconCircleDotted, IconLayoutKanban } from "@tabler/icons-react";
|
||||
import FooterButtons from "@/components/layout/Footer/FooterButtons";
|
||||
import FooterButtons, {
|
||||
LinkData,
|
||||
} from "@/components/layout/Footer/FooterButtons";
|
||||
|
||||
const buttonsData = [
|
||||
const buttonsData: LinkData[] = [
|
||||
{
|
||||
icon: IconLayoutKanban,
|
||||
label: "Сделки",
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user