diff --git a/apps/web/src/components/AgbsPDF.tsx b/apps/web/src/components/AgbsPDF.tsx index 3a27790..9376944 100644 --- a/apps/web/src/components/AgbsPDF.tsx +++ b/apps/web/src/components/AgbsPDF.tsx @@ -70,16 +70,11 @@ const AGBSection = ({ ); interface AgbsPDFProps { - headerIcon?: string; footerLogo?: string; mode?: "estimation" | "full"; } -export const AgbsPDF = ({ - headerIcon, - footerLogo, - mode = "full", -}: AgbsPDFProps) => { +export const AgbsPDF = ({ footerLogo, mode = "full" }: AgbsPDFProps) => { const date = new Date().toLocaleDateString("de-DE", { year: "numeric", month: "long", @@ -226,7 +221,6 @@ export const AgbsPDF = ({