Skip to content

Commit

Permalink
Remove the starting slash
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Dec 5, 2024
1 parent 05ff017 commit f5c6d14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions emit-ch4plume-v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ <h1 class="toolbar-heading"> EMIT Methane Plume Viewer </h1>
</div>

<!--
need to remove
<div class="toggle-container">
<span class="custom-label"> Animate</span>
<label class="toggle-switch">
Expand Down
2 changes: 1 addition & 1 deletion goes-plume-viewer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
To create a production build, use `npm run build` or `yarn build`.
-->
</body>
</html>
1 change: 1 addition & 0 deletions nist-interface/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ root.render(<App />);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
//
reportWebVitals();
2 changes: 1 addition & 1 deletion noaa-cpfp-point/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-annotation/1.0.2/chartjs-plugin-annotation.min.js"></script>
<!-- For dev -->
<!-- <script type="module" src="./script.js"></script> -->
<!-- For prod -->
<!-- For prod here-->
<script type="module" src="<%= htmlWebpackPlugin.options.publicUrl %>/script.js"></script>
</body>
</html>

0 comments on commit f5c6d14

Please sign in to comment.