Skip to content

Commit 66ac920

Browse files
committed
Update links.blade.php
1 parent a68990a commit 66ac920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/links.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tbody>
1818
@foreach($links as $link)
1919
<tr>
20-
<td title="{{ $link->link }}"><a style="color:#8ab4f8;text-decoration:underline;" href="{{ $link->link }}" target="_blank">{{ Str::limit($link->link, 50) }}</a></td>
20+
<td title="{{ $link->link }}"><a style="color:#3985ff;text-decoration:underline;" href="{{ $link->link }}" target="_blank">{{ Str::limit($link->link, 50) }}</a></td>
2121
<td title="{{ $link->title }}">{{ Str::limit($link->title, 30) }}</td>
2222
<td class="text-right">{{ $link->click_number }}</td>
2323
<td><a href="{{ route('deleteLinkUser', $link->id ) }}" class="text-danger">Delete</a></td>

0 commit comments

Comments
 (0)