removed Draft 2 comment

This commit is contained in:
2026-01-21 00:44:31 -07:00
parent c4348d6d3d
commit d44c4a3228
2 changed files with 7 additions and 4 deletions
+6
View File
@@ -208,9 +208,15 @@
.mb-\[0\.5em\] { .mb-\[0\.5em\] {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
.mb-\[1\.25rem\] {
margin-bottom: 1.25rem;
}
.mb-\[1em\] { .mb-\[1em\] {
margin-bottom: 1em; margin-bottom: 1em;
} }
.mb-\[1rem\] {
margin-bottom: 1rem;
}
.mb-\[3em\] { .mb-\[3em\] {
margin-bottom: 3em; margin-bottom: 3em;
} }
@@ -11,12 +11,9 @@
<h2 class="text-center mb-[0.5em]">Synced Listings</h2> <h2 class="text-center mb-[0.5em]">Synced Listings</h2>
<section class="w-full flex flex-col items-center"> <section class="w-full flex flex-col items-center">
<h3> <h3 class="mb-[1.25rem]">
Create a Sync Group Create a Sync Group
</h3> </h3>
<h4>
(Draft 2)
</h4>
{{ component (printf "accounts/%d/inventory/sync-groups/draft/table" $acctID) }} {{ component (printf "accounts/%d/inventory/sync-groups/draft/table" $acctID) }}
<div> <div>