Skip to content

Commit

Permalink
chore: Remove "dead project" alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Nov 14, 2024
1 parent a236e3a commit cad5d14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/layouts/default.templ
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package layouts

import (
"dankmuzikk/views/components/header"
"dankmuzikk/views/components/player"
"dankmuzikk/views/components/loading"
"fmt"
"dankmuzikk/views/components/mobilenav"
"dankmuzikk/views/components/player"
"dankmuzikk/views/icons"
"fmt"
)

templ Default(title string, children ...templ.Component) {
Expand Down Expand Up @@ -106,7 +106,6 @@ templ Default(title string, children ...templ.Component) {
});
}
registerServiceWorkers();
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!!");
</script>
</body>
</html>
Expand Down

0 comments on commit cad5d14

Please sign in to comment.