0

Remove marquee tag as it throws off the UI tests

This commit is contained in:
Gabe Kangas 2023-02-27 15:45:38 -08:00
parent 0f86f15efe
commit b7132eeaa5
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -48,7 +48,7 @@ const defaultClientConfig = {
logo: 'http://localhost:8080/logo',
name: "Spiderman's super serious stream",
summary: 'Strong Spidey stops supervillains! Streamed Saturdays & Sundays.',
extraPageContent: '<marquee>Spiderman is cool</marquee>',
extraPageContent: 'Spiderman is **cool**',
};
const defaultServerStatus = makeEmptyServerStatus();