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 917e460 commit 5b30116Copy full SHA for 5b30116
src/paper-dashboard-stubs/resources/views/users/index.blade.php
@@ -198,10 +198,10 @@
198
<p>{{ __('Typography') }}</p>
199
</a>
200
</li>
201
- <li >
202
- <a href="{{ route('page.index', 'upgrade') }}">
203
- <i class="nc-icon nc-spaceship"></i>
204
- <p>{{ __('Upgrade to PRO') }}</p>
+ <li class="active-pro {{ $elementActive == 'upgrade' ? 'active' : '' }}">
+ <a href="{{ route('page.index', 'upgrade') }}" class="bg-danger">
+ <i class="nc-icon nc-spaceship text-white"></i>
+ <p class="text-white">{{ __('Upgrade to PRO') }}</p>
205
206
207
</ul>
0 commit comments