Skip to content

Commit

Permalink
add comment to manifest reading function
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Mar 12, 2024
1 parent 1e85165 commit 65cb7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ <h2>Contribute</h2>
</p>
</section>
<script>
// Render a list of components based on the content/criteria of the manifest.json file
fetch('manifest.json')
.then(response => response.json())
.then(data => {
Expand Down

0 comments on commit 65cb7dc

Please sign in to comment.