Skip to content

Commit 37ba262

Browse files
committed
0.1.0
1 parent ffd6c22 commit 37ba262

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ function modules_admin(): void {
274274
<img loading="lazy" width="1280" height="720" src="https://cdn.jsdelivr.net/gh/BoidCMS/Packages/' . $module[ 'type' ] . '/' . $module[ 'slug' ] . '/preview.webp" alt="' . $module[ 'name' ] . ' preview" class="ss-image ss-w-10">';
275275
} else {
276276
$layout[ 'content' ] .= '
277-
<div class="ss-xlarge ss-py-6 ss-anim-kenburns ss-gray">NO PREVIEW</div>
278-
<hr class="ss-hr ss-mb-0">';
277+
<img loading="lazy" width="1280" height="720" src="https://cdn.jsdelivr.net/gh/BoidCMS/Packages/preview.webp" alt="No preview" class="ss-image ss-w-10">';
279278
}
280279

281280
$layout[ 'content' ] .= '

0 commit comments

Comments
 (0)