style: format files with prettier

This commit is contained in:
satnaing
2023-06-21 11:48:07 +06:30
parent ebb383effd
commit e017dcf9a5
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const next = pageNum < totalPages ? "" : "disabled";
<style>
.pagination-wrapper {
@apply mt-auto mb-8 flex justify-center;
@apply mb-8 mt-auto flex justify-center;
}
.disabled {
@apply pointer-events-none select-none opacity-50 hover:text-skin-base group-hover:fill-skin-base;