mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
refactor: extract constants into consts.ts, add prettier tailwind plugin for class sorting
This commit is contained in:
@@ -17,9 +17,9 @@ const deprecated = plugin.description.includes("[DEPRECATED]");
|
||||
---
|
||||
|
||||
<div
|
||||
class="relative p-4 border border-gray-300 dark:border-gray-700 not-content"
|
||||
class="not-content relative border border-gray-300 p-4 dark:border-gray-700"
|
||||
>
|
||||
<div class="flex items-center justify-between mb-4">
|
||||
<div class="mb-4 flex items-center justify-between">
|
||||
<h3>{plugin.name}</h3>
|
||||
{deprecated && <DeprecatedIcon />}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user