make the logo white and fix script.js
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.2 KiB |
@ -12,11 +12,6 @@ description &&
|
||||
);
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
const geniusURL =
|
||||
"https://genius.com" +
|
||||
document.location.pathname +
|
||||
document.location.search;
|
||||
document.getElementById("goto-genius").setAttribute("href", geniusURL);
|
||||
document.querySelectorAll("#lyrics a").forEach((item) => {
|
||||
item.addEventListener("click", getAnnotation);
|
||||
});
|
||||
|
Reference in New Issue
Block a user