]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/Tournament.js
set window title
[alttp.git] / resources / js / components / pages / Tournament.js
index 440e53af5803cddc65af01287617d47645c6383d..729e55d138d856d2da8491a0a20f177831d05cee 100644 (file)
@@ -32,6 +32,7 @@ const Tournament = () => {
                                setError(null);
                                setLoading(false);
                                setTournament(sortParticipants(response.data));
+                               window.document.title = response.data.title;
                        })
                        .catch(error => {
                                setError(error);