Skip to content

Commit

Permalink
Update auth.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RayhanYulanda authored Jan 2, 2023
1 parent cf1834d commit 7787ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class="ml-2 px-1 rounded-circle"></span> </span>
<div class="row">
<nav class="nav font-weight-500 mb-1 mb-sm-2 mb-lg-5 px-sm-2 px-lg-5">
{{-- <a class="nav-link" href="#">Masyarakat</a> --}}
<a class="nav-link ac" href="#">Pegawai</a>
@if(config('sso-banda-aceh.auth.employee'))<a class="nav-link ac" href="#">Pegawai</a> @endif
{{-- <a class="nav-link" href="#">Developer</a> --}}
</nav>
</div>
Expand Down Expand Up @@ -67,4 +67,4 @@ class="ml-2 px-1 rounded-circle"></span> </span>
</div>
</body>

</html>
</html>

0 comments on commit 7787ef7

Please sign in to comment.