Skip to content

Commit

Permalink
Menu link styling to BetterTTV Settings menu option (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
SW1FT authored and night committed Jul 11, 2017
1 parent 5e36804 commit 91e8ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class SettingsModule {
</li>
`);
$('.top-nav-drawer__item a[data-tt_content="settings_profile"]').parent().after(`
<li class="top-nav-drawer__item">
<li class="top-nav-drawer__item top-nav-drawer__item--link">
<a title="BetterTTV Settings" href="#" class="flex ember-view">
<figure class="icon bttvSettingsIconDropDown"></figure>
<span class="top-nav-drawer__label">BetterTTV Settings</span>
Expand Down

0 comments on commit 91e8ab7

Please sign in to comment.