mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
Remove references to storeLink
This commit is contained in:
parent
e66fcf6b5e
commit
3a03fe5f81
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue