Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Updated the Map
Browse files Browse the repository at this point in the history
* Replaced the older floor map with the updated floor map and updated the import statement in the Map component with the new filename
  • Loading branch information
ValeriaLG committed Jan 2, 2022
1 parent 51c7bd3 commit 4521019
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 frontend/src/components/Map/Map.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import './map.css';
import map1 from '../../assets/pictures/mapFloorPlan2022-roughDraft.jpg';
import map1 from '../../assets/pictures/Gaylord_Map_2022_WIP_02.jpg';
import squareXmark from '../../assets/icons/square-xmark.svg';

const Map = ({isFull}) => {
Expand Down

0 comments on commit 4521019

Please sign in to comment.