Skip to content

Commit c288ba9

Browse files
Merge pull request #14 from creativetimofficial/master
Update index.blade.php
2 parents ace374e + 5b30116 commit c288ba9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/paper-dashboard-stubs/resources/views/users/index.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@
198198
<p>{{ __('Typography') }}</p>
199199
</a>
200200
</li>
201-
<li >
202-
<a href="{{ route('page.index', 'upgrade') }}">
203-
<i class="nc-icon nc-spaceship"></i>
204-
<p>{{ __('Upgrade to PRO') }}</p>
201+
<li class="active-pro {{ $elementActive == 'upgrade' ? 'active' : '' }}">
202+
<a href="{{ route('page.index', 'upgrade') }}" class="bg-danger">
203+
<i class="nc-icon nc-spaceship text-white"></i>
204+
<p class="text-white">{{ __('Upgrade to PRO') }}</p>
205205
</a>
206206
</li>
207207
</ul>

0 commit comments

Comments
 (0)