Skip to content

Commit

Permalink
hilangkan url sementara (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
scqolbu24 authored Jul 4, 2023
1 parent 7a3e164 commit 8c9dfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/dasbor/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
icon-theme="blue" />
</a>

<a href="{{ url('keluarga') }}" class="unlink col-12 col-sm-6 col-md-3">
<a href="#" class="unlink col-12 col-sm-6 col-md-3">
<x-adminlte-info-box id="keluarga" title="Keluarga" text="2991" icon="fas fa-lg fa-users"
icon-theme="red" />
</a>

<a href="{{ url('rtm') }}" class="unlink col-12 col-sm-6 col-md-3">
<a href="#" class="unlink col-12 col-sm-6 col-md-3">
<x-adminlte-info-box id="rtm" title="RTM" text="221" icon="fas fa-lg fa-home" icon-theme="green" />
</a>

Expand Down

0 comments on commit 8c9dfff

Please sign in to comment.