Skip to content

Commit

Permalink
style: format code with Prettier (#1304)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 0e76690 according to the output
from Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Dec 9, 2023
1 parent 0e76690 commit 11e7824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

.search_icon {
margin-left: auto;
margin-right:-10px;
margin-right: -10px;
transform: scale(1.3);
border-radius: 50%;
padding: 6px;
Expand Down

0 comments on commit 11e7824

Please sign in to comment.