diff --git a/public/img/ArtboardRotate.png b/public/img/ArtboardRotate.png deleted file mode 100644 index c2d2b7c22..000000000 Binary files a/public/img/ArtboardRotate.png and /dev/null differ diff --git a/public/img/ArtboardMobile.svg b/public/img/donation-graphic-mobile.svg similarity index 100% rename from public/img/ArtboardMobile.svg rename to public/img/donation-graphic-mobile.svg diff --git a/public/img/Artboard.png b/public/img/donation-graphic.png similarity index 100% rename from public/img/Artboard.png rename to public/img/donation-graphic.png diff --git a/public/img/JoinIcon.png b/public/img/join-icon.png similarity index 100% rename from public/img/JoinIcon.png rename to public/img/join-icon.png diff --git a/src/components/client/campaigns/CampaignsList.tsx b/src/components/client/campaigns/CampaignsList.tsx index 3faff8c83..bfd9d0816 100644 --- a/src/components/client/campaigns/CampaignsList.tsx +++ b/src/components/client/campaigns/CampaignsList.tsx @@ -61,16 +61,21 @@ export default function CampaignsList({ campaignToShow }: Props) { )} - + {mobile ? ( Information artboard mobile ) : ( - Information artboard + Donation graphic )} diff --git a/src/components/client/index/sections/JoinPodkrepiBgSection/JoinPodkrepiBgSection.tsx b/src/components/client/index/sections/JoinPodkrepiBgSection/JoinPodkrepiBgSection.tsx index 368afd8a7..a48ae66de 100644 --- a/src/components/client/index/sections/JoinPodkrepiBgSection/JoinPodkrepiBgSection.tsx +++ b/src/components/client/index/sections/JoinPodkrepiBgSection/JoinPodkrepiBgSection.tsx @@ -13,7 +13,7 @@ import { export default function WantToHelpPodkrepiBgSection() { const { t } = useTranslation('index') - const joinIconSource = '/img/JoinIcon.png' + const joinIconSource = '/img/join-icon.png' return (