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 2903a88 commit 69d5bafCopy full SHA for 69d5baf
src/now-ui-stubs/resources/views/layouts/navbars/sidebar.blade.php
@@ -72,12 +72,12 @@
72
<p>{{ __('Typography') }}</p>
73
</a>
74
</li>
75
- <li class = "@if ($activePage == 'upgrade') active @endif active-pro">
76
- <a href="{{ route('page.index','upgrade') }}" class="color-ev">
+ <li class = "">
+ <a href="{{ route('page.index','upgrade') }}" class="bg-info">
77
<i class="now-ui-icons arrows-1_cloud-download-93"></i>
78
<p>{{ __('Upgrade to PRO') }}</p>
79
80
81
</ul>
82
</div>
83
-</div>
+</div>
0 commit comments