updates readme

This commit is contained in:
Christian Beutel
2024-06-11 12:42:54 +02:00
parent e1da033a64
commit bed233c02f

View File

@@ -22,7 +22,7 @@
let hideDemoHint = false;
</script>
{#if PUBLIC_IS_DEMO && !hideDemoHint}
{#if PUBLIC_IS_DEMO === "true" && !hideDemoHint}
<div
class="flex items-center justify-between bg-amber-200 text-center p-4 text-sm"
out:slide