Skip to content

Commit

Permalink
Fix for mescon#205
Browse files Browse the repository at this point in the history
Updated muximux.php with icon name for home icon on splash screen after it was removed in dupes clearup
  • Loading branch information
Morphy99 authored Mar 29, 2021
1 parent 3eccb91 commit 3386261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muximux.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ function menuItems() {
</li>
<li class='navbtn ".(($splashScreen == "true") ? '' : 'hidden')."'>
<a id='showSplash' data-toggle='modal' data-target='#splashModal' data-title='Show Splash'>
<span class='fa muximux-home4 muximux-navbtn-icon fa-lg'></span>
<span class='fa muximux-home2 muximux-navbtn-icon fa-lg'></span>
</a>
</li>
Expand Down

0 comments on commit 3386261

Please sign in to comment.