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)
|
@empty($bookmark->name)
|
||||||
{{ $bookmark->url }}
|
{{ $bookmark->url }}
|
||||||
@endempty
|
@endempty
|
||||||
</a>
|
</a> <a href="/bookmarks/{{ $bookmark->id }}">🔗</a>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue