Skip to content

Commit

Permalink
Merge pull request #647 from RubenSmn/refactor/min-icon-embed-layout
Browse files Browse the repository at this point in the history
refactor: update to min icon on embed layout
  • Loading branch information
dadiorchen authored Jun 28, 2022
2 parents 583be47 + 203c119 commit cf09e9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LayoutEmbed.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import dynamic from 'next/dynamic';
import React from 'react';
import SearchFilter from './SearchFilter';
import logoIcon from '../images/logo.png';
import max from '../images/max.svg';
import minIcon from '../images/min.svg';
import zoomIn from '../images/zoom-in.svg';
import zoomOut from '../images/zoom-out.svg';
import { useMapContext } from '../mapContext';
Expand Down Expand Up @@ -198,7 +198,7 @@ export default function Layout({ children, isFloatingDisabled }) {
}}
>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img alt="fullscreen" src={max} />
<img alt="fullscreen" src={minIcon} />
</Box>

<Box
Expand Down
14 changes: 14 additions & 0 deletions src/images/min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf09e9f

Please sign in to comment.