update map preview

This commit is contained in:
2022-09-16 21:29:30 +08:00
parent 3fbdc4e948
commit 98e15c2f17
7 changed files with 3 additions and 3 deletions

View File

@@ -9,14 +9,14 @@ import styles from "../../styles/Post.module.css";
import homeStyles from "../../styles/Home.module.css";
import typhoonMapPreview from "../../public/typhoon.png";
import doughtMapPreview from "../../public/dought.png";
import doughtMapPreview from "../../public/dought.jpg";
import snowMapPreview from "../../public/snow.jpg";
import workInjureMapPreview from "../../public/workInjury.png";
import geologicalDisasterMapPreview from "../../public/geological.png";
import geologicalDisasterMapPreview from "../../public/geological.jpg";
import earthquakeMapPreview from "../../public/earthquake.png";
import forestFireMapPreview from "../../public/forestFire.png";
import floodsAndDroughtsMapPreview from "../../public/floodsAndDroughts.png";
import trafficAccidentsMapPreview from "../../public/traffic.png";
import trafficAccidentsMapPreview from "../../public/traffic.jpg";
export default function Init() {
return (

BIN
public/dought.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
public/geological.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

BIN
public/traffic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB