Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Nov 7, 2024
1 parent e6e0b5b commit 3f2de88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/home_page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
// Make sure arguments are correctly typed.
renderHomepage(settings, homepageData, container);
<<<<<<< HEAD
container.prepend(searchBarPlaceholder);
</script>

<script type="module">
Expand All @@ -133,7 +133,4 @@
// Make sure arguments are correctly typed.
renderSideNav(settings, sideNavData, {}, container);
=======
container.prepend(searchBarPlaceholder);
>>>>>>> d1cde96 (add mobile nav and hero search bars)
</script>

0 comments on commit 3f2de88

Please sign in to comment.