Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Jan 30, 2024
1 parent afa8217 commit 4c20abe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions resources/views/components/layout/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class="btn btn--outline-dark btn--sm btn--icon display--none:md"
>
<x-root::icon name="menu-open" class="btn__icon" />
</button>
{{-- <button class="btn btn--outline-dark btn--sm btn--icon display--none:md" aria-label="Open search">
<x-root::icon name="search" class="btn__icon" />
</button> --}}
<x-root::layout.breadcrumbs />
</div>
</div>
Expand Down
12 changes: 0 additions & 12 deletions resources/views/components/layout/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
<a class="app-sidebar__logo" href="{{ URL::route('root.dashboard') }}" aria-label="{{ Config::get('app.name') }}">
<img src="{{ URL::asset('vendor/root/img/root-logo.svg') }}">
</a>
{{-- <div class="app-sidebar__search">
<span class="open-search">
<x-root::icon name="search" class="open-search__icon"/>
<span class="open-search__caption">{{ __('Search') }}</span>
<button
type="button"
class="btn btn--outline-primary btn--sm open-search__btn"
>
Ctrl + K
</button>
</span>
</div> --}}
<button
type="button"
class="btn btn--outline-dark btn--sm btn--icon display--none:md"
Expand Down
2 changes: 0 additions & 2 deletions src/Notifications/RootNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Cone\Root\Notifications;

use Cone\Root\Notifications\RootChannel;
use Cone\Root\Notifications\RootMessage;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Notification;
Expand Down

0 comments on commit 4c20abe

Please sign in to comment.