Skip to content

Commit

Permalink
Format code with prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 6b2f9be according to the output
from prettier.

Details: https://deepsource.io/gh/Jm-Paunlagui/Matrix-Lab-Client/transform/9f6071e5-64de-483c-92c3-481f4811cd1d/
  • Loading branch information
deepsource-autofix[bot] committed Feb 4, 2023
1 parent 6b2f9be commit 36f43a2
Show file tree
Hide file tree
Showing 5 changed files with 1,294 additions and 1,315 deletions.
20 changes: 3 additions & 17 deletions client/public/index.html
Expand Up @@ -3,23 +3,9 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down

0 comments on commit 36f43a2

Please sign in to comment.