mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-07-01 16:12:58 +00:00
update header and footer
This commit is contained in:
parent
d6e94e5e5d
commit
7847d58841
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
footer {
|
||||
margin-top: 2rem;
|
||||
padding: 20px 20px;
|
||||
background-color: var(--secondary-background);
|
||||
background-color: var(--tertiary-background);
|
||||
}
|
||||
|
||||
footer ul {
|
||||
|
|
|
@ -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('/');
|
||||
}
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue