Remove references to storeLink

This commit is contained in:
Andrew Scott 2023-04-12 00:01:50 -04:00
parent e66fcf6b5e
commit 3a03fe5f81
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -48,7 +48,8 @@
href="https://git.andyscott.me/explore" href="https://git.andyscott.me/explore"
target="_blank" target="_blank"
class="mx-3" class="mx-3"
aria-label="Git" aria-label=""
Git"
title="Git" title="Git"
> >
<svg <svg
@ -125,7 +126,6 @@
const homeLink = document.getElementById("home"); const homeLink = document.getElementById("home");
const projectsLink = document.getElementById("projects"); const projectsLink = document.getElementById("projects");
const servicesLink = document.getElementById("services"); const servicesLink = document.getElementById("services");
const storeLink = document.getElementById("store");
const blogLink = document.getElementById("blog"); const blogLink = document.getElementById("blog");
const cvLink = document.getElementById("cv"); const cvLink = document.getElementById("cv");
@ -133,7 +133,7 @@
const url = window.location.href; const url = window.location.href;
const pages = [projectsLink, servicesLink, storeLink, blogLink, cvLink]; const pages = [projectsLink, servicesLink, blogLink, cvLink];
const activeClass = "bg-base-300"; // For primary color replace with `active` class const activeClass = "bg-base-300"; // For primary color replace with `active` class