From f265bd88fbcd77838c95266c486066f30aea04da Mon Sep 17 00:00:00 2001 From: Ewan Lyon Date: Sat, 29 Jun 2024 20:47:19 +1000 Subject: [PATCH] fix image name --- apps/nextjs/pages/about.tsx | 2 +- .../img/about/{IMG_9222.JPG => IMG_9222-edited.jpg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/nextjs/styles/img/about/{IMG_9222.JPG => IMG_9222-edited.jpg} (100%) diff --git a/apps/nextjs/pages/about.tsx b/apps/nextjs/pages/about.tsx index 74b35d1..e6c3207 100644 --- a/apps/nextjs/pages/about.tsx +++ b/apps/nextjs/pages/about.tsx @@ -20,7 +20,7 @@ import ASMLogo from "../styles/img/about/ASMLogo.svg"; import DHLogo from "../styles/img/about/DreamHack_Logo_RGB_WHITE.svg"; import PAXLogo from "../styles/img/about/PAXLogo.png"; import PAXBackground from "../styles/img/about/IMG_0059.jpg"; -import ASMBackground from "../styles/img/about/IMG_9222.jpg"; +import ASMBackground from "../styles/img/about/IMG_9222-edited.jpg"; import DHBackground from "../styles/img/about/DSC_0894.jpg"; import AllCharities from "../styles/img/about/AllCharities.png"; diff --git a/apps/nextjs/styles/img/about/IMG_9222.JPG b/apps/nextjs/styles/img/about/IMG_9222-edited.jpg similarity index 100% rename from apps/nextjs/styles/img/about/IMG_9222.JPG rename to apps/nextjs/styles/img/about/IMG_9222-edited.jpg