Skip to content

Commit

Permalink
fix: Typo in 'msapplication-navbutton-color'
Browse files Browse the repository at this point in the history
  • Loading branch information
plievone authored and rstoenescu committed Oct 23, 2016
1 parent bb166a7 commit ffd07a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function set (theme) {

if (Platform.is.winphone) {
// <meta name="msapplication-navbutton-color" content="#4285f4">
metaTag.setAttribute('name', 'msapplicaiton-navbutton-color')
metaTag.setAttribute('name', 'msapplication-navbutton-color')
}

// Chrome, Firefox OS, Opera, Vivaldi
Expand Down

0 comments on commit ffd07a7

Please sign in to comment.