Skip to content

Commit

Permalink
update naming, delete unused graphic, update spacings (#1896)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <ani_kalpacka888@gmail.com>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Aug 20, 2024
1 parent 2e8ffb2 commit 924d126
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Binary file removed public/img/ArtboardRotate.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
13 changes: 9 additions & 4 deletions src/components/client/campaigns/CampaignsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,21 @@ export default function CampaignsList({ campaignToShow }: Props) {
)}

<Grid item xs={12} textAlign="center">
<Box sx={{ my: 10 }}>
<Box sx={{ mt: 6 }}>
{mobile ? (
<Image
alt="Information artboard mobile"
src="/img/ArtboardMobile.svg"
alt="Donation graphic mobile"
src="/img/donation-graphic-mobile.svg"
width={300}
height={300}
/>
) : (
<Image alt="Information artboard" src="/img/Artboard.png" width={813} height={358} />
<Image
alt="Donation graphic"
src="/img/donation-graphic.png"
width={813}
height={358}
/>
)}
</Box>
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Root>
Expand Down

0 comments on commit 924d126

Please sign in to comment.