Skip to content

Commit

Permalink
Change navbar title (home-assistant#165)
Browse files Browse the repository at this point in the history
Previous title was too long and looked bad on mobile browsers. Kept to two words to ensure it isn't clipping on top/bottom edges of the navbar
  • Loading branch information
TomBrien authored Feb 13, 2020
1 parent 4090e28 commit 0628cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
projectName: 'companion.home-assistant', // Usually your repo name.
themeConfig: {
navbar: {
title: 'Home Assistant Apps',
title: 'Companion Apps',
logo: {
alt: 'Home Assistant',
src: 'img/logo-pretty.svg',
Expand Down

0 comments on commit 0628cf5

Please sign in to comment.