Menghapus icon check dan cross di Audit Logs(karena inkonsistensi ukuran)
This commit is contained in:
@@ -194,9 +194,6 @@ changes: {
|
||||
// Before column
|
||||
fullHtml += '<div class="bg-red-50 dark:bg-red-900/20 rounded-lg p-3">';
|
||||
fullHtml += '<div class="flex items-center gap-2 mb-3">';
|
||||
fullHtml += '<svg class="w-3 h-3 text-red-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">';
|
||||
fullHtml += '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>';
|
||||
fullHtml += '</svg>';
|
||||
fullHtml += '<strong class="text-red-700 dark:text-red-400 text-base">Before</strong>';
|
||||
fullHtml += '</div>';
|
||||
fullHtml += '<div class="space-y-2">';
|
||||
@@ -213,9 +210,6 @@ changes: {
|
||||
// After column
|
||||
fullHtml += '<div class="bg-green-50 dark:bg-green-900/20 rounded-lg p-3">';
|
||||
fullHtml += '<div class="flex items-center gap-2 mb-3">';
|
||||
fullHtml += '<svg class="w-3 h-3 text-green-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">';
|
||||
fullHtml += '<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>';
|
||||
fullHtml += '</svg>';
|
||||
fullHtml += '<strong class="text-green-700 dark:text-green-400 text-base">After</strong>';
|
||||
fullHtml += '</div>';
|
||||
fullHtml += '<div class="space-y-2">';
|
||||
|
||||
Reference in New Issue
Block a user