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 (