Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
royosherove committed Feb 15, 2023
1 parent 9ea30c5 commit 6e90013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/shared/icons/loading-spinner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
animation: spinner 1.2s linear infinite;
}
.spinner div:after {
content: " ";
content: ' ';
display: block;
position: absolute;
top: 3px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"export": "next export",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier './src' --write",
"prettier": "prettier './components' --write",
"prepare": "husky install",
"prebuild": "prisma generate",
"predev": "prisma generate"
Expand Down

0 comments on commit 6e90013

Please sign in to comment.