diff --git a/web/src/templates/index_authorised.html b/web/src/templates/index_authorised.html index f6dcd2e..53e62cd 100644 --- a/web/src/templates/index_authorised.html +++ b/web/src/templates/index_authorised.html @@ -2,7 +2,7 @@ {% block title %}heartbeats for spotify{% endblock %} {% block body %} -

heartbeats for spotify

+

heartbeatsbeta for spotify

create a playlist

diff --git a/web/src/templates/index_unauthorised.html b/web/src/templates/index_unauthorised.html index aadda80..e7968f1 100644 --- a/web/src/templates/index_unauthorised.html +++ b/web/src/templates/index_unauthorised.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}heartbeats for spotify{% endblock %} {% block body %} -

heartbeats for spotify

+

heartbeatsbeta for spotify

login with spotify

{% endblock %}