Add a link icon to the individual bookmark
This commit is contained in:
parent
13e6ff1d0f
commit
aaf25c32b8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Bookmarks «
|
|||
@empty($bookmark->name)
|
||||
{{ $bookmark->url }}
|
||||
@endempty
|
||||
</a>
|
||||
</a> <a href="/bookmarks/{{ $bookmark->id }}">🔗</a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue