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 229c933 commit f86cc85Copy full SHA for f86cc85
src/light-bootstrap-stubs/resources/views/users/index.blade.php
@@ -187,8 +187,8 @@
187
<p>{{ __("Notifications") }}</p>
188
</a>
189
</li>
190
- <li class="nav-item active-pro">
191
- <a class="nav-link active" href="{{route('page.index', 'upgrade')}}">
+ <li class="nav-item">
+ <a class="nav-link active bg-danger" href="{{route('page.index', 'upgrade')}}">
192
<i class="nc-icon nc-alien-33"></i>
193
<p>{{ __("Upgrade to PRO") }}</p>
194
@@ -511,4 +511,4 @@
511
});
512
513
</script>
514
- </html>
+ </html>
0 commit comments