Skip to content

Commit

Permalink
Rename <layer-> to <map-layer> on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
prushfor authored and prushforth committed Oct 21, 2024
1 parent 787aee7 commit f2e4770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Home() {
}
</style>
<mapml-viewer projection="CBMTILE" zoom="5" lat="58" lon="-90" frameborder="0" controls>
<layer- label="CBMT" src="${mapUrl}" checked></layer->
<map-layer label="CBMT" src="${mapUrl}" checked></map-layer>
</mapml-viewer>`;
const context = useDocusaurusContext();
const { siteConfig = {} } = context;
Expand Down

0 comments on commit f2e4770

Please sign in to comment.