Skip to content

Commit

Permalink
style: format code with prettier (#1239)
Browse files Browse the repository at this point in the history
Format code with prettier

This commit fixes the style issues introduced in 57f7751 according to the output
from Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Narayan soni <narayansoni854@gmail.com>
  • Loading branch information
deepsource-autofix[bot] and narayan954 committed Aug 10, 2023
1 parent d11b2c9 commit 5eff664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/FooterPages/HelpCenter/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
padding-top: 40px;
padding-bottom: 40px;
background-color: #eee;
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
box-shadow:
0 20px 25px -5px rgb(0 0 0 / 0.1),
0 8px 10px -6px rgb(0 0 0 / 0.1);
margin-bottom: 40px;
}
Expand Down

0 comments on commit 5eff664

Please sign in to comment.