diff --git a/privat/CV/andreknie.de/public/images/germany-outline.png b/privat/CV/andreknie.de/public/images/germany-outline.png new file mode 100644 index 0000000..e345530 Binary files /dev/null and b/privat/CV/andreknie.de/public/images/germany-outline.png differ diff --git a/privat/CV/andreknie.de/public/images/germany-outline.webp b/privat/CV/andreknie.de/public/images/germany-outline.webp deleted file mode 100644 index c35a601..0000000 Binary files a/privat/CV/andreknie.de/public/images/germany-outline.webp and /dev/null differ diff --git a/privat/CV/andreknie.de/src/components/DotCloudIcon.jsx b/privat/CV/andreknie.de/src/components/DotCloudIcon.jsx index bfec818..18eb675 100644 --- a/privat/CV/andreknie.de/src/components/DotCloudIcon.jsx +++ b/privat/CV/andreknie.de/src/components/DotCloudIcon.jsx @@ -181,7 +181,7 @@ function sampleGermany(size) { resolve(points) } img.onerror = () => { console.error('[DotCloudIcon] Failed to load germany image'); resolve([]) } - img.src = '/images/germany-outline.webp' + img.src = '/images/germany-outline.png' }) }