Skip to content

Commit 8e23234

Browse files
committed
Update manually tag now links to theme page
@MagicLike
1 parent 0b5aec1 commit 8e23234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/theme.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
if ($themeVe == "error") {
189189
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Error!&color=red">';
190190
} elseif ($hasSource == false) {
191-
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update manually&color=red">';
191+
echo '<a href="https://littlelink-custom.com/themes.php" target="_blank"><img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update manually&color=red"></a>';
192192
} elseif($updateAv == true) {
193193
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update available&color=yellow">';
194194
} else {

0 commit comments

Comments
 (0)