Skip to content

Commit

Permalink
[#123] feat: Design meetingrooms List
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieyeon committed Feb 17, 2022
1 parent 8aed3d3 commit 02c7f6a
Show file tree
Hide file tree
Showing 11 changed files with 340 additions and 122 deletions.
3 changes: 3 additions & 0 deletions public/icons/meetingroom/_star-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/meetingroom/_start-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/meetingroom08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/meetingroom09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/meetingroom10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/meetingroom11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/home/todays/homeMeetings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useNavigate } from "react-router-dom";
import "../../../statics/css/home/homeMeetings.css";

const MeetingroomCard = ({ meeting }) => {
console.log(meeting);
const [imgSelected, setImgSelected] = useState("");
const [hostName, setHostName] = useState("");
const images = [
Expand Down
Loading

0 comments on commit 02c7f6a

Please sign in to comment.