Remove references to servicesLink

This commit is contained in:
Andrew Scott 2023-04-12 00:19:46 -04:00
parent 3a03fe5f81
commit 77abf317f5
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -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