diff --git a/front/js/entry/HomeEntry/RecordRow.svelte b/front/js/entry/HomeEntry/RecordRow.svelte
index 4f2c3dd..1358ac8 100644
--- a/front/js/entry/HomeEntry/RecordRow.svelte
+++ b/front/js/entry/HomeEntry/RecordRow.svelte
@@ -1,6 +1,6 @@
+
+
+{#snippet body()}
+
+
+
+ Create Schema
+
+
+
+ {#each data.schemas as schema}
+
+
+
+ Fields
+
+
+
+ Add field
+
+
+
+
+ {/each}
+
+{/snippet}
diff --git a/front/js/layouts/Header.svelte b/front/js/layouts/Header.svelte
index 8443333..6ca7c15 100644
--- a/front/js/layouts/Header.svelte
+++ b/front/js/layouts/Header.svelte
@@ -6,6 +6,7 @@