Skip to content

Commit f86cc85

Browse files
Update index.blade.php
1 parent 229c933 commit f86cc85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/light-bootstrap-stubs/resources/views/users/index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
<p>{{ __("Notifications") }}</p>
188188
</a>
189189
</li>
190-
<li class="nav-item active-pro">
191-
<a class="nav-link active" href="{{route('page.index', 'upgrade')}}">
190+
<li class="nav-item">
191+
<a class="nav-link active bg-danger" href="{{route('page.index', 'upgrade')}}">
192192
<i class="nc-icon nc-alien-33"></i>
193193
<p>{{ __("Upgrade to PRO") }}</p>
194194
</a>
@@ -511,4 +511,4 @@
511511
});
512512
});
513513
</script>
514-
</html>
514+
</html>

0 commit comments

Comments
 (0)