Skip to content

Commit

Permalink
Merge pull request #23 from 1xINTERNET/feature/8-Create-hero-component
Browse files Browse the repository at this point in the history
Feature/8 create hero component
  • Loading branch information
john1xi authored Jun 21, 2024
2 parents e80723a + 8c21fd1 commit ff73033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import HashtagWhyULoveFootball from "@components/HashtagWhyULoveFootball.astro";
</nav>

<script>
var navBar = document.getElementById("navbar");
var navBar = document.getElementById("navbar")!;
var openButton = document.getElementById("open-mobile-menu");
var closeButton = document.getElementById("close-mobile-menu");
var hero = document.getElementById("hero");
Expand Down

0 comments on commit ff73033

Please sign in to comment.