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

Commit

Permalink
Remove unused stuff from card
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGatesDev committed Dec 3, 2019
1 parent f6056b3 commit 4e2b3ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/Components/RoomCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ class RoomCard extends Component<Props, State> {
<div className="RoomCard-Component">
<Link to={`/buildings/${building.internalName}/rooms/${room.number}`} target="_blank">
<div className="card">
<p className="card-meta"> </p>
<img className="card-img-top" src={`/${escape(coverImage)}`} alt="" />
<div className="card-body">
<p className="card-title">{this.getTitle()}</p>
<p className="card-subtitle">{room.name ? room.name : <br />}</p>
{/* <p className="card-text">Some quick example text to build on the card title and make up the bulk of the card"s content.</p> */}
</div>
</div>
</Link>
Expand Down

0 comments on commit 4e2b3ec

Please sign in to comment.