Skip to content

Commit

Permalink
style: format code with Prettier
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
  • Loading branch information
deepsource-autofix[bot] authored Dec 9, 2023
1 parent 0e76690 commit 3560a6d
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 3560a6d

Please sign in to comment.