feat: add option to easily redirect to Genius website

This commit is contained in:
rramiachraf
2024-04-16 01:26:28 +01:00
parent e54ea8abec
commit 22d4ab2cda
3 changed files with 39 additions and 17 deletions

View File

@ -24,7 +24,13 @@ nav img {
width: 50px;
}
#choose-theme {
#nav-icons {
display: flex;
align-items: center;
gap: 1rem;
}
.nav-icon {
background: none;
border: none;
cursor: pointer;