Skip to content

Commit

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

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

Details: https://app.deepsource.com/gh/narayan954/dummygram/transform/6febb68f-6ac9-41d3-8a87-449166883e86/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] committed Jul 3, 2023
1 parent ecd42a8 commit 12f9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ footer {

.copyright {
margin-top: 10px;
color: var(--color);;
color: var(--color);
}

/* media query */
Expand Down

0 comments on commit 12f9e1c

Please sign in to comment.