We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5aec1 commit 8e23234Copy full SHA for 8e23234
resources/views/studio/theme.blade.php
@@ -188,7 +188,7 @@
188
if ($themeVe == "error") {
189
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Error!&color=red">';
190
} elseif ($hasSource == false) {
191
- echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update manually&color=red">';
+ 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>';
192
} elseif($updateAv == true) {
193
echo '<img style="scale:0.9" src="https://img.shields.io/static/v1?label=&message=Update available&color=yellow">';
194
} else {
0 commit comments