Skip to content

Commit f1995c1

Browse files
committed
Clean up text
1 parent 43c233c commit f1995c1

File tree

1 file changed

+0
-4
lines changed
  • src/routes/(protected)/dynamic-entities/diagnostics

1 file changed

+0
-4
lines changed

src/routes/(protected)/dynamic-entities/diagnostics/+page.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ ${diag.triedKeys ? `Tried Keys: ${diag.triedKeys.join(", ")}` : ""}
6969

7070
<h1 class="text-gray-900 dark:text-gray-100">Dynamic Entity Diagnostics</h1>
7171

72-
<p class="mb-4 text-gray-700 dark:text-gray-300">
73-
View all dynamic entities and their record counts to diagnose data issues.
74-
</p>
75-
7672
<!-- Summary Cards -->
7773
<div class="mb-6 grid grid-cols-1 gap-4 sm:grid-cols-3">
7874
<!-- Total Entities -->

0 commit comments

Comments
 (0)