update header and footer

This commit is contained in:
Philip Ahlqvist 2024-01-10 22:10:09 +01:00
parent d6e94e5e5d
commit 7847d58841
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
footer {
margin-top: 2rem;
padding: 20px 20px;
background-color: var(--secondary-background);
background-color: var(--tertiary-background);
}
footer ul {

View file

@ -13,7 +13,7 @@ const links = [
]
const isActive = (href: string)=>{
return href === pathname || href === pathname.split('/').slice(0,2).join('/');;
return href === pathname || href === pathname.split('/').slice(0,2).join('/');
}
---