Skip to content

Commit

Permalink
✨ (Recommendations): improve class naming for backdrop element to be …
Browse files Browse the repository at this point in the history
…more specific and descriptive
  • Loading branch information
Milan-960 committed Oct 24, 2024
1 parent c9d3fc2 commit bc3f9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pages/About/Recommodations/Recommendations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function Recommendations() {
<FaLinkedin />
</a>
</div>
<div className="backdrop" onClick={closeModal}></div>
<div className="recommendations_backdrop" onClick={closeModal}></div>
</div>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/About/Recommodations/Recommendations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
}

/* Backdrop Styling with Animation */
.backdrop {
.recommendations_backdrop {
position: fixed;
top: 0;
left: 0;
Expand Down

0 comments on commit bc3f9a6

Please sign in to comment.