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 69d5baf commit 803c3a2Copy full SHA for 803c3a2
src/now-ui-stubs/resources/views/users/index.blade.php
@@ -221,8 +221,8 @@
221
<p>{{ __('Typography') }}</p>
222
</a>
223
</li>
224
- <li class = " active-pro">
225
- <a href="{{ route('page.index','upgrade') }}">
+ <li class = "">
+ <a href="{{ route('page.index','upgrade') }}" class="bg-info">
226
<i class="now-ui-icons arrows-1_cloud-download-93"></i>
227
<p>{{ __('Upgrade to PRO') }}</p>
228
@@ -422,4 +422,4 @@
422
@stack('js')
423
</body>
424
425
-</html>
+</html>
0 commit comments