mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
Remove references to servicesLink
This commit is contained in:
parent
3a03fe5f81
commit
77abf317f5
1 changed files with 1 additions and 2 deletions
|
@ -125,7 +125,6 @@
|
|||
<script>
|
||||
const homeLink = document.getElementById("home");
|
||||
const projectsLink = document.getElementById("projects");
|
||||
const servicesLink = document.getElementById("services");
|
||||
const blogLink = document.getElementById("blog");
|
||||
const cvLink = document.getElementById("cv");
|
||||
|
||||
|
@ -133,7 +132,7 @@
|
|||
|
||||
const url = window.location.href;
|
||||
|
||||
const pages = [projectsLink, servicesLink, blogLink, cvLink];
|
||||
const pages = [projectsLink, blogLink, cvLink];
|
||||
|
||||
const activeClass = "bg-base-300"; // For primary color replace with `active` class
|
||||
|
||||
|
|
Loading…
Reference in a new issue