From 107396ceb47344aad312b46b50919930b9fca9ad Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 19:34:59 +0200 Subject: [PATCH] =?UTF-8?q?Rename:=20programmiererSvg=20=E2=86=92=20progra?= =?UTF-8?q?mmiererImg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- components/programmer-graphic.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/programmer-graphic.tsx b/components/programmer-graphic.tsx index 156ff18..7b72b01 100644 --- a/components/programmer-graphic.tsx +++ b/components/programmer-graphic.tsx @@ -2,7 +2,7 @@ import { motion } from 'framer-motion' import Image from 'next/image' -import programmiererSvg from '../public/Programmierer.png' +import programmiererImg from '../public/Programmierer.png' export function ProgrammerGraphic() { return ( @@ -13,7 +13,7 @@ export function ProgrammerGraphic() { className="relative w-full max-w-xs mx-auto aspect-[3/5] sm:max-w-sm lg:max-w-md lg:aspect-square" >