Skip to content

Commit

Permalink
Remove dropcamp modal (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Jul 12, 2024
1 parent ea1e959 commit 1cd495e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="sm:hidden fixed inset-x-0 bottom-0 z-50" v-if="displayTOC">
<PageMobileTOC @toggle-mobile-top="handleToggleMobileToc" :title="currentTitle" />
</div>
<DropCampModal />
<!--<DropCampModal />-->
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion layouts/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<slot />
</main>
<Footer />
<DropCampModal />
<!--<DropCampModal />-->
</div>
</template>

0 comments on commit 1cd495e

Please sign in to comment.