Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Nov 22, 2020
1 parent 0643a16 commit b436e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions resources/views/components/dropdown.blade.php

This file was deleted.

2 changes: 1 addition & 1 deletion resources/views/livewire/streams.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class="w-full bg-white outline-none dark:bg-black" wire:keydown.arrow-up="decrem
@if ($filter && $filter !== 'followed')
<span class="truncate">{{ $this->filterName }}</span>
@else
<span>Type your favorite game here</span>
<span>Filter by game</span>
@endif
<svg class="w-6 h-6 fill-current" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit b436e6b

Please sign in to comment.