From 0cf8fab625d78e5d56baa896fca35c5f298a69e4 Mon Sep 17 00:00:00 2001 From: Jake Albaugh Date: Sun, 9 Jun 2024 16:39:17 -0500 Subject: [PATCH] fixing footers and headers --- src/ui/components/Footers/Footers.figma.tsx | 4 ++++ src/ui/components/Footers/Footers.tsx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/ui/components/Footers/Footers.figma.tsx diff --git a/src/ui/components/Footers/Footers.figma.tsx b/src/ui/components/Footers/Footers.figma.tsx new file mode 100644 index 0000000..01a1adf --- /dev/null +++ b/src/ui/components/Footers/Footers.figma.tsx @@ -0,0 +1,4 @@ +import { figma } from "@figma/code-connect"; +import { Footer } from "./Footers"; + +figma.connect(Footer, ""); diff --git a/src/ui/components/Footers/Footers.tsx b/src/ui/components/Footers/Footers.tsx index f8e71b2..235bfc1 100644 --- a/src/ui/components/Footers/Footers.tsx +++ b/src/ui/components/Footers/Footers.tsx @@ -13,8 +13,8 @@ import { type SectionProps, } from "ui"; -export type StandardFooterProps = Omit; -export function StandardFooter({ className, ...props }: StandardFooterProps) { +export type FooterProps = Omit; +export function Footer({ className, ...props }: FooterProps) { return (