diff --git a/source/SIL.AppBuilder.Portal/src/lib/components/Tooltip.svelte b/source/SIL.AppBuilder.Portal/src/lib/components/Tooltip.svelte
new file mode 100644
index 000000000..8200d3f3a
--- /dev/null
+++ b/source/SIL.AppBuilder.Portal/src/lib/components/Tooltip.svelte
@@ -0,0 +1,14 @@
+
+
+
+ {@render children?.()}
+
diff --git a/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/admin/settings/build-engines/+page.svelte b/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/admin/settings/build-engines/+page.svelte
index 98d84d95b..e7ef67052 100644
--- a/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/admin/settings/build-engines/+page.svelte
+++ b/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/admin/settings/build-engines/+page.svelte
@@ -1,5 +1,6 @@
{#snippet date(engine?: (typeof data.buildEngines)[0])}
-
+