Skip to content

Commit

Permalink
Merge pull request #461 from hotosm/refactor/small-bg-img
Browse files Browse the repository at this point in the history
Convert splash background image from png --> compressed jpg
  • Loading branch information
nrjadkry authored Feb 4, 2025
2 parents 5f1fcb2 + df110c7 commit dd8f5f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/frontend/src/components/LandingPage/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from '@Components/RadixComponents/Image';
import { Button } from '@Components/RadixComponents/Button';
import { motion } from 'framer-motion';
import droneTaskingManagerLogo from '@Assets/images/DTM-logo-white.svg';
import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.png';
import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.jpg';
import arrowSouth from '@Assets/images/LandingPage/arrow_south.svg';
import { setCommonState } from '@Store/actions/common';
import useAuth from '@Hooks/useAuth';
Expand Down

0 comments on commit dd8f5f6

Please sign in to comment.