Rename: programmiererSvg → programmiererImg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1ef3305632
commit
107396ceb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
>
|
||||
<Image
|
||||
src={programmiererSvg}
|
||||
src={programmiererImg}
|
||||
alt="Programmierung: Von 1976 bis heute – 50 Jahre Code"
|
||||
fill
|
||||
className="object-contain drop-shadow-lg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue