Skip to content

Commit

Permalink
Fix helpdesk location on the venue plan
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 14, 2024
1 parent befb034 commit b6e7c36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/hacker-manual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const Hack = () => {
handleCloseModal={handleCloseModal}
activeMapName={"Ground Floor (#0)"}
activeMap={groundFloor} // only ground floor
activeRoomClass={"yard0"}
activeRoomClass={"nodeCafe"}
/>

<div className="flex justify-center"></div>
Expand Down
12 changes: 12 additions & 0 deletions src/styles/rooms/groundFloor.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
);
}

.nodeCafe {
top: 0;
left: 0;
position: absolute;
opacity: 0.9;
width: 100%;
height: 100%;
background-color: black;
animation: blinker 1s linear infinite;
clip-path: polygon(86.5% 10%, 96% 5%, 99.5% 58%, 89% 58%);
}

.yard1 {
top: 0;
left: 0;
Expand Down

0 comments on commit b6e7c36

Please sign in to comment.