diff --git a/frontend/src/pages/home/HomeFooter.tsx b/frontend/src/pages/home/HomeFooter.tsx index 5e6de13..95d487d 100644 --- a/frontend/src/pages/home/HomeFooter.tsx +++ b/frontend/src/pages/home/HomeFooter.tsx @@ -3,7 +3,11 @@ import { MaterialIcon } from "@/utils/material"; import { GitHubLink, GITHUB_WEB, GITHUB_APP, GITHUB_LICENSE } from "@/pages/home/homeLinks"; import styles from "@/pages/home/home-footer.module.scss"; -export function HomeFooter() { +interface HomeFooterProps { + onScrollToDownload?: () => void; +} + +export function HomeFooter({ onScrollToDownload }: HomeFooterProps) { return (