Skip to content

Commit

Permalink
refactor: html comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Jul 31, 2024
1 parent 22e114e commit fa9ef34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ onUnmounted(() => window.removeEventListener('resize', map.resize))

<template>
<div class="h-screen flex flex-col overflow-hidden">
<!----------------------------------->
<!-- ----------------------------- -->
<!-- Template for full app display -->
<!----------------------------------->
<!-- ----------------------------- -->
<template v-if="!embedded">
<header-bar />

Expand Down Expand Up @@ -99,9 +99,9 @@ onUnmounted(() => window.removeEventListener('resize', map.resize))
<alert-notifications />
</template>

<!----------------------------------->
<!-- ----------------------------- -->
<!-- Template for embedded mode -->
<!----------------------------------->
<!-- ----------------------------- -->
<template v-else>
<main class="flex grow">
<!-- Map container and slider comparator -->
Expand Down

0 comments on commit fa9ef34

Please sign in to comment.