diff --git a/views/partials/article_row.hbs b/views/partials/article_row.hbs
index b69ec9a..9b9fa4f 100644
--- a/views/partials/article_row.hbs
+++ b/views/partials/article_row.hbs
@@ -23,14 +23,20 @@
hx-get="/htmx/admin/modals/article/content/{{ article.id }}/"
hx-swap="outerHTML"
hx-target="#read-drawer-label-content"
- data-drawer-target="drawer-read-product-advanced" data-drawer-show="drawer-read-product-advanced" aria-controls="drawer-read-product-advanced" class="py-2 px-3 flex items-center text-sm font-medium text-center text-gray-900 focus:outline-none bg-white rounded-lg border border-gray-200 hover:bg-gray-100 hover:text-primary-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700">
+ data-drawer-target="drawer-read-product-advanced"
+ data-drawer-show="drawer-read-product-advanced"
+ class="py-2 px-3 flex items-center text-sm font-medium text-center text-gray-900 focus:outline-none bg-white rounded-lg border border-gray-200 hover:bg-gray-100 hover:text-primary-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700">
Preview
-
+