2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

Merge pull request #5493 from notriddle/home_logo_h1

Change the text-only home logo to an H1
This commit is contained in:
Jeff Atwood 2018-01-18 16:14:36 -08:00 committed by GitHub
commit 7ed41fae2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View file

@ -51,7 +51,7 @@ widgetTest('no logo', {
},
test(assert) {
assert.ok(this.$('h2#site-text-logo.text-logo').length === 1);
assert.ok(this.$('h1#site-text-logo.text-logo').length === 1);
assert.equal(this.$('#site-text-logo').text(), title);
}
});