Skip to content

Commit dd8f5f6

Browse files
authored
Merge pull request #461 from hotosm/refactor/small-bg-img
Convert splash background image from png --> compressed jpg
2 parents 5f1fcb2 + df110c7 commit dd8f5f6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Loading
Binary file not shown.

src/frontend/src/components/LandingPage/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Image from '@Components/RadixComponents/Image';
44
import { Button } from '@Components/RadixComponents/Button';
55
import { motion } from 'framer-motion';
66
import droneTaskingManagerLogo from '@Assets/images/DTM-logo-white.svg';
7-
import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.png';
7+
import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.jpg';
88
import arrowSouth from '@Assets/images/LandingPage/arrow_south.svg';
99
import { setCommonState } from '@Store/actions/common';
1010
import useAuth from '@Hooks/useAuth';

0 commit comments

Comments
 (0)