Skip to content

Commit

Permalink
minor layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
pl0ss committed Oct 30, 2023
1 parent 4a9ef10 commit 4f522e6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions rogue-thi-app/components/RoomMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,8 @@ export default function RoomMap ({ highlight, roomData }) {
ref={searchField}
/>

<div>
<Link href="">
<a className={styles.linkToSearch}>
{(roomAvailabilityList[searchText] || '')}
</a>
</Link>
<div> { /* //ToDo: Layout muss noch verbessert werden */ }
{(roomAvailabilityList[searchText] || '')}
</div>

<div className={styles.links}>
Expand Down

0 comments on commit 4f522e6

Please sign in to comment.