Skip to content

Commit b8109e3

Browse files
Merge pull request #22 from creativetimofficial/master
Update index.blade.php
2 parents a7876b5 + 803c3a2 commit b8109e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/now-ui-stubs/resources/views/users/index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
<p>{{ __('Typography') }}</p>
222222
</a>
223223
</li>
224-
<li class = " active-pro">
225-
<a href="{{ route('page.index','upgrade') }}">
224+
<li class = "">
225+
<a href="{{ route('page.index','upgrade') }}" class="bg-info">
226226
<i class="now-ui-icons arrows-1_cloud-download-93"></i>
227227
<p>{{ __('Upgrade to PRO') }}</p>
228228
</a>
@@ -422,4 +422,4 @@
422422
@stack('js')
423423
</body>
424424

425-
</html>
425+
</html>

0 commit comments

Comments
 (0)