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

Commit

Permalink
Merge pull request #15 from magfest/frontend-update-map
Browse files Browse the repository at this point in the history
Frontend: Updated the Map
  • Loading branch information
jasonspriggs authored Jan 2, 2022
2 parents 51c7bd3 + 4521019 commit 3f38be2
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 3f38be2

Please sign in to comment.