Skip to content

Commit

Permalink
Minor formatting change in index.html
Browse files Browse the repository at this point in the history
Added two spaces before the <app-root></app-root> element within the <body> tag. This change does not affect the functionality or appearance of the webpage.
  • Loading branch information
phamtiendungcw committed Nov 14, 2024
1 parent 3347e91 commit 10b639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLS.MatLidStoreUI/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<link href="/assets/images/MatLidStore_Logo.png" rel="apple-touch-icon" sizes="76x76" />
</head>
<body>
<app-root></app-root>
<app-root></app-root>
</body>
</html>

0 comments on commit 10b639e

Please sign in to comment.