Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Mar 18, 2024
1 parent 72cf1f2 commit b543d64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</header>

<script>
var currentPage = window.location.pathname;
var currentPage = window.location.href;
var tabLinks = document.querySelectorAll('.header-tab a');

tabLinks.forEach(function(link) {
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/layouts/Default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Head from "../components/Head.astro";
left: 0;
width: 100%;
height: 150px; /* Set your desired height */
background: url('assets/gif/blink.gif') repeat-x;
background: url('../components/footer-assets/blink.gif') repeat-x;
background-size: contain;
}
</style>
Expand Down

0 comments on commit b543d64

Please sign in to comment.