We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b012438 commit b08e57cCopy full SHA for b08e57c
src/material-stubs/resources/views/users/index.blade.php
@@ -148,9 +148,9 @@
148
<p>{{ __('RTL Support') }}</p>
149
</a>
150
</li>
151
- <li class="nav-item active-pro">
152
- <a class="nav-link" href="{{ route('upgrade') }}">
153
- <i class="material-icons">unarchive</i>
+ <li class="nav-item active-pro{{ $activePage == 'upgrade' ? ' active' : '' }}">
+ <a class="nav-link text-white bg-danger" href="{{ route('upgrade') }}">
+ <i class="material-icons text-white">unarchive</i>
154
<p>{{ __('Upgrade to PRO') }}</p>
155
156
@@ -474,4 +474,4 @@
474
</noscript>
475
@stack('js')
476
</body>
477
-</html>
+</html>
0 commit comments