From aaf25c32b833e75f71c653dafceb3be9be5d68c0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 10 Oct 2017 16:11:13 +0100 Subject: [PATCH] Add a link icon to the individual bookmark --- resources/views/bookmarks/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/bookmarks/index.blade.php b/resources/views/bookmarks/index.blade.php index 773f634e..125c63c5 100644 --- a/resources/views/bookmarks/index.blade.php +++ b/resources/views/bookmarks/index.blade.php @@ -16,7 +16,7 @@ Bookmarks « @empty($bookmark->name) {{ $bookmark->url }} @endempty - +   🔗 @endforeach