Skip to content

Commit

Permalink
feat: add map enlargement button (#63)
Browse files Browse the repository at this point in the history
* feat: add map enlargement button for big screen devices

* fix: resolve build errors

* refactor: move map enlargement button to a separate component
  • Loading branch information
GTR1701 committed Feb 7, 2025
1 parent 257a136 commit 4af9383
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 7 deletions.
73 changes: 66 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/map/static-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useState } from "react";
import { MAP_ITEMS } from "@/config/legend-items";
import { cn } from "@/lib/utils";

import { NoDataInfo } from "../no-data-info";
import {
Accordion,
AccordionContent,
Expand Down

0 comments on commit 4af9383

Please sign in to comment.