Skip to content

Commit cad5d14

Browse files
committed
chore: Remove "dead project" alert
1 parent a236e3a commit cad5d14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/layouts/default.templ

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package layouts
22

33
import (
44
"dankmuzikk/views/components/header"
5-
"dankmuzikk/views/components/player"
65
"dankmuzikk/views/components/loading"
7-
"fmt"
86
"dankmuzikk/views/components/mobilenav"
7+
"dankmuzikk/views/components/player"
98
"dankmuzikk/views/icons"
9+
"fmt"
1010
)
1111

1212
templ Default(title string, children ...templ.Component) {
@@ -106,7 +106,6 @@ templ Default(title string, children ...templ.Component) {
106106
});
107107
}
108108
registerServiceWorkers();
109-
alert("This is a dead project (at least for the time being)\nUntil I find a way to bypass the new YouTube player, you can't listen to new songs, however you can still enjoy your already downloaded (listened to at least once) music!\nStill danking!!");
110109
</script>
111110
</body>
112111
</html>

0 commit comments

Comments
 (0)